Changeset fc9c4e1 in mainline for arch/ia32/src/boot/memmap.S
- Timestamp:
- 2005-05-26T08:36:06Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60049aa
- Parents:
- 2998046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/boot/memmap.S
r2998046 rfc9c4e1 48 48 49 49 e820begin: 50 xorl %ebx,%ebx # at first call must be ebx==050 xorl %ebx,%ebx # during first call, ebx must be 0 51 51 52 52 movw $e820table,%di … … 63 63 64 64 65 cmpl $E820_SMAP,%eax # verif iing BIOS65 cmpl $E820_SMAP,%eax # verifying BIOS 66 66 jne e820end 67 67 … … 87 87 88 88 e820table: 89 .space (32*E820_RECORD_SIZE),0 # prostor na 32 zaznamu delky E820_RECORD_SIZE89 .space (32*E820_RECORD_SIZE),0 # space for 32 records, each E820_RECORD_SIZE bytes long
Note:
See TracChangeset
for help on using the changeset viewer.