Changeset e3a050c7 in mainline


Ignore:
Timestamp:
2012-04-08T15:48:54Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d76de0e
Parents:
f3378ba
Message:

make the kernel log a global symbol (so it can be easily found in crash dumps, etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/console.c

    rf3378ba re3a050c7  
    5757
    5858/** Kernel log cyclic buffer */
    59 static wchar_t klog[KLOG_LENGTH] __attribute__ ((aligned (PAGE_SIZE)));
     59wchar_t klog[KLOG_LENGTH] __attribute__((aligned(PAGE_SIZE)));
    6060
    6161/** Kernel log initialized */
Note: See TracChangeset for help on using the changeset viewer.