Changeset b0bf501 in mainline for arch/ia32/src/boot/boot.S
- Timestamp:
- 2005-06-06T20:42:06Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7a10630
- Parents:
- e3f41b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/boot/boot.S
re3f41b6 rb0bf501 48 48 orl $0x1,%eax 49 49 movl %eax,%cr0 50 jmp 0f 51 0: 50 jmpl $8,$meeting_point 51 meeting_point: 52 .code32 53 52 54 movw $16,%ax 53 55 movw %ax,%es … … 57 59 movw %ax,%ss 58 60 movl $0x7c00,%esp 59 jmpl $8,$meeting_point60 meeting_point:61 .code3262 61 63 62 lidt idtr … … 97 96 orl $(1<<31), %ebx 98 97 movl %ebx, %cr0 98 jmp 0f 99 0: 99 100 ret 100 101
Note:
See TracChangeset
for help on using the changeset viewer.