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

updated libupnp and libupnp-dev (1.12.0 -> 1.14.12)
author Hans-G?nter Theisgen
date Fri Mar 25 14:27:13 2022 +0100 (2022-03-25)
parents d211771a0500
children d1f31f5f6401
line diff
     1.1 --- a/BootProg/stuff/boot16.asm	Fri Feb 18 11:32:41 2022 +0000
     1.2 +++ b/BootProg/stuff/boot16.asm	Fri Mar 25 14:27:13 2022 +0100
     1.3 @@ -26,12 +26,6 @@
     1.4  ;; - cpu 8086 is supported                                                  ;;
     1.5  ;;                                                                          ;;
     1.6  ;;                                                                          ;;
     1.7 -;;                             Known Limitations:                           ;;
     1.8 -;;                             ~~~~~~~~~~~~~~~~~~                           ;;
     1.9 -;; - Works only on the 1st MBR partition which must be a DOS partition      ;;
    1.10 -;;   with FAT12 (File System ID: 1) or FAT16 (File System ID: 4, 6)         ;;
    1.11 -;;                                                                          ;;
    1.12 -;;                                                                          ;;
    1.13  ;;                                Known Bugs:                               ;;
    1.14  ;;                                ~~~~~~~~~~~                               ;;
    1.15  ;; - All bugs are fixed as far as I know. The boot sector has been tested   ;;