wok diff BootProg/stuff/boot32.asm @ rev 24943

BootProg: clear cmdline (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 20 16:57:09 2022 +0000 (2022-04-20)
parents d1f31f5f6401
children 584e67527789
line diff
     1.1 --- a/BootProg/stuff/boot32.asm	Wed Apr 20 15:10:50 2022 +0000
     1.2 +++ b/BootProg/stuff/boot32.asm	Wed Apr 20 16:57:09 2022 +0000
     1.3 @@ -256,6 +256,7 @@
     1.4  
     1.5          sub     di, bp
     1.6          jae     FileReadContinue
     1.7 +        xor     ax, ax
     1.8          pop     bp
     1.9  
    1.10  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    1.11 @@ -316,7 +317,6 @@
    1.12          push    di
    1.13          push    ds
    1.14          pop     es
    1.15 -        xor     ax, ax
    1.16          mov     [80h], ax               ; clear cmdline
    1.17          dec     ax                      ; both FCB in the PSP don't have a valid drive identifier
    1.18