Changeset 66e39b8 in mainline for boot/arch/ia64/src/main.c
- Timestamp:
- 2010-06-13T22:48:15Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a925a8
- Parents:
- 4ff284b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/main.c
r4ff284b r66e39b8 55 55 #define EFI_MEMMAP_IO_PORTS 2 56 56 57 #define BALLOC_MAX_SIZE 13107258 59 #define TOP2ADDR(top) (((void *) KERNEL_ADDRESS) + (top))60 61 57 static bootinfo_t bootinfo; 62 58 … … 67 63 printf(" %p|%p: boot info structure\n", &bootinfo, &bootinfo); 68 64 printf(" %p|%p: kernel entry point\n", KERNEL_ADDRESS, KERNEL_ADDRESS); 69 printf(" %p|%p: loader entry point\n", LOADER_ADDRESS, KERNEL_ADDRESS);65 printf(" %p|%p: loader entry point\n", LOADER_ADDRESS, LOADER_ADDRESS); 70 66 71 67 size_t i;
Note:
See TracChangeset
for help on using the changeset viewer.