Changeset dd80fc6 in mainline for arch/ia32/src/smp/ap.S
- Timestamp:
- 2005-09-03T22:26:31Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5eb1379
- Parents:
- 5260478
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/smp/ap.S
r5260478 rdd80fc6 51 51 movw %ax, %ds 52 52 53 lgdt ap_bootstrap_gdtr # initialize Global Descriptor Table register53 lgdt real_bootstrap_gdtr # initialize Global Descriptor Table register 54 54 55 55 movl %cr0, %eax 56 56 orl $1, %eax 57 movl %eax, %cr0 # switch to protected mode57 movl %eax, %cr0 # switch to protected mode 58 58 jmpl $KTEXT, $jump_to_kernel 59 59
Note:
See TracChangeset
for help on using the changeset viewer.