movb ah, al
inb INT_CTLMASK
push eax ! save interrupt masks
- mov eax, (_irq_use) ! map of in-use IRQ`s
+ mov eax, (_irq_use) ! map of in-use IRQ's
and eax, ~[1<<CLOCK_IRQ] ! keep the clock ticking
- outb INT_CTLMASK ! enable all unused IRQ`s and vv.
+ outb INT_CTLMASK ! enable all unused IRQ's and vv.
movb al, ah
outb INT2_CTLMASK
flags:
.data2 0x01FD ! boot monitor flags:
! call in 386 mode, make bss, make stack,
- ! load high, don`t patch, will return,
+ ! load high, don't patch, will return,
! uses generic INT, memory vector,
! new boot code return
nop ! extra byte to sync up disassembler