Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 290 → Rev 291

/SPARTAN/trunk/arch/ia32/src/smp/ap.S
69,11 → 69,6
 
call map_kernel # map kernel and turn paging on
movb $0xd1, %al # enable A20 using the keyboard controller
outb %al, $0x64
movb $0xdf, %al
outb %al, $0x60
 
jmpl $KTEXT, $main_ap
 
#endif /* __SMP__ */