Changeset c0855a0 in mainline for kernel/generic/src/main/main.c
- Timestamp:
- 2009-02-24T20:14:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a1410d
- Parents:
- 691eb52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/main.c
r691eb52 rc0855a0 106 106 */ 107 107 108 /** <Virtual address of where the kernel is loaded. */108 /** Virtual address of where the kernel is loaded. */ 109 109 uintptr_t hardcoded_load_address = 0; 110 /** <Size of the kernel code in bytes. */110 /** Size of the kernel code in bytes. */ 111 111 size_t hardcoded_ktext_size = 0; 112 /** <Size of the kernel data in bytes. */112 /** Size of the kernel data in bytes. */ 113 113 size_t hardcoded_kdata_size = 0; 114 /** <Lowest safe stack virtual address. */114 /** Lowest safe stack virtual address. */ 115 115 uintptr_t stack_safe = 0; 116 116
Note:
See TracChangeset
for help on using the changeset viewer.