test/20230805$ nasm -I ../../../proj/lmacros/ ../../../proj/ldosboot/boot.asm -D_COMPAT_FREEDOS -D_LBA=0 -D_RPL=0 -o boot12c.bin ../../../proj/ldosboot/boot.asm:432: warning: Possibly crossing 64 KiB boundary while reading file (sector size >= 1024) [-w+user] ../../../proj/ldosboot/boot.asm:2079: warning: FAT12: 9 bytes still available. [-w+user] test/20230805$ nasm -I ../../../proj/lmacros/ ../../../proj/ldosboot/boot.asm -D_COMPAT_FREEDOS -D_LBA=0 -D_RPL=0 -o boot16c.bin -D_FAT16 ../../../proj/ldosboot/boot.asm:432: warning: Possibly crossing 64 KiB boundary while reading file (sector size >= 1024) [-w+user] ../../../proj/ldosboot/boot.asm:2079: warning: FAT16: 12 bytes still available. [-w+user] test/20230805$ nasm -I ../../../proj/lmacros/ ../../../proj/ldosboot/boot32.asm -D_COMPAT_FREEDOS -o boot32.bin ../../../proj/ldosboot/boot32.asm:406: warning: Possibly crossing 64 KiB boundary while reading file (sector size >= 1024) [-w+user] ../../../proj/ldosboot/boot32.asm:1401: warning: FAT32: 16 bytes still available. [-w+user] ../../../proj/ldosboot/boot32.asm:1798: warning: FSINFO: 37 bytes still available. [-w+user] test/20230805$ nasm -I ../../../proj/lmacros/ ../../../proj/instsect/instsect.asm -o instnone.com -D_FAT12=0 -D_FAT16=0 -D_FAT32=0 test/20230805$ nasm -I ../../../proj/lmacros/ ../../../proj/bootimg/bootimg.asm -o diskette.img -D_PAYLOADFILE=::empty test/20230805$ wget https://pushbx.org/ecm/download/ldebug.zip --2023-08-05 12:49:48-- https://pushbx.org/ecm/download/ldebug.zip Resolving pushbx.org (pushbx.org)... 2a01:488:66:1000:b01c:1258:0:1, 176.28.18.88 Connecting to pushbx.org (pushbx.org)|2a01:488:66:1000:b01c:1258:0:1|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10380757 (9.9M) [application/zip] Saving to: ‘ldebug.zip’ ldebug.zip 100%[===================>] 9.90M --.-KB/s in 0.03s 2023-08-05 12:49:49 (326 MB/s) - ‘ldebug.zip’ saved [10380757/10380757] test/20230805$ unzip -j ldebug.zip bin/ldebug.com bin/instsect.com Archive: ldebug.zip inflating: instsect.com inflating: ldebug.com test/20230805$ wget https://pushbx.org/ecm/download/fdkernel.zip --2023-08-05 13:03:49-- https://pushbx.org/ecm/download/fdkernel.zip Resolving pushbx.org (pushbx.org)... 2a01:488:66:1000:b01c:1258:0:1, 176.28.18.88 Connecting to pushbx.org (pushbx.org)|2a01:488:66:1000:b01c:1258:0:1|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1189568 (1.1M) [application/zip] Saving to: ‘fdkernel.zip’ fdkernel.zip 100%[===================>] 1.13M --.-KB/s in 0.003s 2023-08-05 13:03:49 (362 MB/s) - ‘fdkernel.zip’ saved [1189568/1189568] test/20230805$ unzip -j fdkernel.zip bin/kernel.sys bin/sys.com Archive: fdkernel.zip inflating: kernel.sys inflating: sys.com test/20230805$ wget https://pushbx.org/ecm/download/freecom.zip --2023-08-05 13:04:45-- https://pushbx.org/ecm/download/freecom.zip Resolving pushbx.org (pushbx.org)... 2a01:488:66:1000:b01c:1258:0:1, 176.28.18.88 Connecting to pushbx.org (pushbx.org)|2a01:488:66:1000:b01c:1258:0:1|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1995211 (1.9M) [application/zip] Saving to: ‘freecom.zip’ freecom.zip 100%[===================>] 1.90M --.-KB/s in 0.008s 2023-08-05 13:04:45 (235 MB/s) - ‘freecom.zip’ saved [1995211/1995211] test/20230805$ unzip -j freecom.zip command.com Archive: freecom.zip inflating: command.com test/20230805$ unzip -j fdkernel.zip boot/fat12com.bin boot/fat16com.bin boot/fat32chs.bin boot/fat32lba.bin Archive: fdkernel.zip inflating: fat12com.bin inflating: fat16com.bin inflating: fat32chs.bin inflating: fat32lba.bin test/20230805$