Changeset 229d5fc1 in mainline
- Timestamp:
- 2005-08-28T20:54:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b52da8d7
- Parents:
- 15bfc78
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/boot/boot.S
r15bfc78 r229d5fc1 41 41 kernel_image_start: 42 42 cli 43 call memmap_arch_init44 43 xorw %ax,%ax 45 44 movw %ax,%ds 45 movw %ax,%ss # initialize stack segment register 46 movl $0x7c00,%esp # initialize stack pointer 47 48 call memmap_arch_init 49 46 50 lgdt gdtr 47 51 movl %cr0,%eax … … 58 62 movw %ax,%ds # kernel data + stack 59 63 movw %ax,%ss 60 movl $0x7c00,%esp61 64 62 65 lidt idtr
Note:
See TracChangeset
for help on using the changeset viewer.