Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 278 → Rev 279

/SPARTAN/trunk/arch/ia32/src/smp/ap.S
50,11 → 50,11
xorw %ax, %ax
movw %ax, %ds
 
lgdt ap_bootstrap_gdtr # initialize Global Descriptor Table register
lgdt real_bootstrap_gdtr # initialize Global Descriptor Table register
movl %cr0, %eax
orl $1, %eax
movl %eax, %cr0 # switch to protected mode
movl %eax, %cr0 # switch to protected mode
jmpl $KTEXT, $jump_to_kernel
jump_to_kernel: