Changeset 5f1fffb in mainline
- Timestamp:
- 2010-06-13T22:53:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96e7a94
- Parents:
- 510bc07 (diff), 0a925a8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 12 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/_link.ld.in
r510bc07 r5f1fffb 7 7 */ 8 8 9 #define LOAD_ADDRESS_V 0xe000000004 40400010 #define LOAD_ADDRESS_P 0x0000000004 4040009 #define LOAD_ADDRESS_V 0xe000000004800000 10 #define LOAD_ADDRESS_P 0x0000000004800000 11 11 12 12 ENTRY(kernel_image_start) -
kernel/arch/ia64/include/bootinfo.h
r510bc07 r5f1fffb 30 30 #define KERN_ia64_BOOTINFO_H_ 31 31 32 #define BOOTINFO_ADDRESS 0x440100033 34 32 #define TASKMAP_MAX_RECORDS 32 35 33 … … 37 35 38 36 #define EFI_MEMMAP_FREE_MEM 0 39 #define EFI_MEMMAP_IO 140 #define EFI_MEMMAP_IO_PORTS 241 37 42 38 /** Size of buffer for storing task name in binit_task_t. */ … … 75 71 extern bootinfo_t *bootinfo; 76 72 77 extern void start(void);78 extern void bootstrap(void);79 80 73 #endif
Note:
See TracChangeset
for help on using the changeset viewer.