Changeset d9f81af3 in mainline for arch/amd64/src/boot/memmap.S
- Timestamp:
- 2005-09-01T01:08:51Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75d5721
- Parents:
- 470c468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/boot/memmap.S
r470c468 rd9f81af3 120 120 121 121 e820counter: 122 .byte 0x ff122 .byte 0x0 123 123 124 124 e820table: 125 .space (32*E820_RECORD_SIZE),0x ff# space for 32 records, each E820_RECORD_SIZE bytes long125 .space (32*E820_RECORD_SIZE),0x0 # space for 32 records, each E820_RECORD_SIZE bytes long
Note:
See TracChangeset
for help on using the changeset viewer.