/shark/trunk/oslib/xlib/cpu2.s |
---|
140,6 → 140,18 |
outb %al,$0x22 |
movb %cl,%al |
outb %al,$0x23 |
/* Disable suspended mode */ |
movb $0xc2,%al |
outb %al,$0x22 |
inb $0x23,%al |
andb $0x7F,%al |
movb %al,%bl |
movb $0xc2,%al |
outb %al,$0x22 |
movb %bl,%al |
outb %al,$0x23 |
popfl |
ret |