Changeset b1cf98c in mainline for arch/ia32/src/boot/boot.S
- Timestamp:
- 2005-09-13T20:02:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6dcdd2e
- Parents:
- 2e5f770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/boot/boot.S
r2e5f770 rb1cf98c 53 53 xorw %ax, %ax 54 54 movw %ax, %ds 55 movw %ax, %es 55 56 movw %ax, %ss # initialize stack segment register 56 57 movl $BOOTSTRAP_OFFSET - 0x400, %esp # initialize stack pointer … … 86 87 movw %ax, %ss 87 88 88 movb $0xd1, %al # enable A20 using the keyboardcontroller89 movb $0xd1, %al # enable A20 using i8042 controller 89 90 outb %al, $0x64 90 91 movb $0xdf, %al
Note:
See TracChangeset
for help on using the changeset viewer.