No backquotes.
This commit is contained in:
parent
75781d7c7b
commit
769d420b5d
2 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ _int86:
|
|||
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
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@ MINIX: ! this is the entry point for the MINIX kernel
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue