Changeset 8725fb4 in mainline for arch/amd64/src/mm/memory_init.c
- Timestamp:
- 2006-01-08T18:11:20Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46d26ee
- Parents:
- 66def8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/mm/memory_init.c
r66def8d r8725fb4 32 32 #include <print.h> 33 33 34 __u8 e820counter __attribute__ ((section ("BOOT_DATA"))) = 0xff; 35 struct e820memmap_ e820table[MEMMAP_E820_MAX_RECORDS] __attribute__ ((section ("BOOT_DATA"))) ; 34 __u8 e820counter = 0xff; 35 struct e820memmap_ e820table[MEMMAP_E820_MAX_RECORDS]; 36 __u32 e801memorysize; 36 37 37 38 size_t get_memory_size(void)
Note:
See TracChangeset
for help on using the changeset viewer.