]> Zhao Yanbai Git Server - minix.git/commitdiff
No backquotes.
authorBen Gras <ben@minix3.org>
Wed, 7 Sep 2005 18:15:21 +0000 (18:15 +0000)
committerBen Gras <ben@minix3.org>
Wed, 7 Sep 2005 18:15:21 +0000 (18:15 +0000)
kernel/klib386.s
kernel/mpx386.s

index dc20841836cc35fe545925f86fbc4a5387bcbd74..e258e664478aa92de42d0c2583ca64bfff092a2d 100755 (executable)
@@ -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
 
index f7ca36b19b14d0d0551e9ddc98c7c45312b5d3e4..4e96a4dde12abe1dd0085a0bea9147ca9a754160 100755 (executable)
@@ -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