wok-6.x diff BootProg/stuff/bootex.asm @ rev 24478

Typos in BootProg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 18 10:06:45 2022 +0000 (2022-02-18)
parents 89c8d8b6cf48
children d211771a0500
line diff
     1.1 --- a/BootProg/stuff/bootex.asm	Fri Feb 18 09:29:30 2022 +0000
     1.2 +++ b/BootProg/stuff/bootex.asm	Fri Feb 18 10:06:45 2022 +0000
     1.3 @@ -448,10 +448,10 @@
     1.4  Error:
     1.5          pop     si
     1.6          mov     dl, [bx]                ; restore BIOS boot drive number
     1.7 +
     1.8 +PutStr:
     1.9          mov     ah, 0Eh
    1.10          mov     bl, 7
    1.11 -
    1.12 -PutStr:
    1.13          lodsb
    1.14          int     10h
    1.15          cmp     al, "."