Changeset da52547 in mainline for kernel/arch/amd64/src/boot/boot.S


Ignore:
Timestamp:
2010-07-02T10:16:38Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5382d4f
Parents:
ad8f03d2
Message:

add early_putchar() which can be used to do early kernel console output for debugging purposes
(the availability of this feature depends on each platform and specific configuration, currently it works only on ia32/amd64 with EGA and no framebuffer)
instrument more kernel functions
mark some functions as no_instrument (context_restore(), overlaps(), main_bsp())

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/boot/boot.S

    rad8f03d2 rda52547  
    192192 * some hints.
    193193 *
    194  * @param %esi NULL-terminated string to print.
     194 * @param %esi Pointer to the NULL-terminated string
     195 *             to be print.
    195196 *
    196197 */
     
    295296 * and CONFIG_FB is disabled.
    296297 *
    297  * @param %esi NULL-terminated string to print.
     298 * @param %esi Pointer to the NULL-terminated string
     299 *             to be print.
    298300 *
    299301 */
     
    450452 * then this function does nothing.
    451453 *
    452  * @param %rdi NULL-terminated string to print.
     454 * @param %rdi Pointer to the NULL-terminated string
     455 *             to be printed.
    453456 *
    454457 */
Note: See TracChangeset for help on using the changeset viewer.