Changeset c0b45fa in mainline for arch/ia32/src/boot/boot.S
- Timestamp:
- 2005-09-05T12:15:04Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c55af3
- Parents:
- ff4c4f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/boot/boot.S
rff4c4f5 rc0b45fa 218 218 movl %eax, page_directory # mapping 0x00000000 => 0x00000000 219 219 220 movl $(page_directory+ (4096/2)), %edx220 movl $(page_directory+2048), %edx 221 221 movl %eax, (%edx) # mapping 0x80000000 => 0x00000000 222 222
Note:
See TracChangeset
for help on using the changeset viewer.