wok diff BootProg/stuff/boot16.asm @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (3 months ago)
parents 0af8df0b46fc
children
line diff
     1.1 --- a/BootProg/stuff/boot16.asm	Tue Jun 04 16:09:04 2024 +0000
     1.2 +++ b/BootProg/stuff/boot16.asm	Sat Jun 22 12:48:49 2024 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  ;;   Its maximum size can be up to 635KB without Extended BIOS Data area.   ;;
     1.5  ;;                                                                          ;;
     1.6  ;; - Prints an error if the file isn't found or couldn't be read            ;;
     1.7 -;;   ("File not found" or "Read error")                                     ;;
     1.8 +;;   ("No bootfile" or "Read error")                                        ;;
     1.9  ;;   and waits for a key to be pressed, then executes the Int 19h           ;;
    1.10  ;;   instruction and lets the BIOS continue bootstrap.                      ;;
    1.11  ;;                                                                          ;;
    1.12 @@ -324,7 +324,7 @@
    1.13  
    1.14  FindNameFailed:
    1.15          call    Error
    1.16 -        db      "File not found."
    1.17 +        db      "No bootfile."
    1.18  
    1.19  FindNameFound:
    1.20          push    si