No backquotes.

This commit is contained in:
Ben Gras 2005-09-07 18:15:21 +00:00
parent 75781d7c7b
commit 769d420b5d
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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