test$ hg clone https://hg.pushbx.org/ecm/instsect destination directory: instsect requesting all changes adding changesets adding manifests adding file changes added 201 changesets with 210 changes to 7 files new changesets 5e9d073cb5d0:984bc507e4dd updating to branch default 7 files updated, 0 files merged, 0 files removed, 0 files unresolved test$ hg clone https://hg.pushbx.org/ecm/ldosboot destination directory: ldosboot requesting all changes adding changesets adding manifests adding file changes added 895 changesets with 1013 changes to 24 files (+2 heads) new changesets 13cf6bb0b5f5:a103d454a51d updating to branch default 24 files updated, 0 files merged, 0 files removed, 0 files unresolved test$ hg clone https://hg.pushbx.org/ecm/lmacros destination directory: lmacros requesting all changes adding changesets adding manifests adding file changes added 165 changesets with 195 changes to 40 files new changesets 3a982025dd94:c0a6f4cfe69d updating to branch default 31 files updated, 0 files merged, 0 files removed, 0 files unresolved test$ nasm -I lmacros/ -I ldosboot/ ldosboot/boot.asm -o boot12.bin ldosboot/boot.asm:2217: warning: FAT12: 12 bytes still available. [-w+user] test$ nasm -I lmacros/ -I ldosboot/ ldosboot/boot.asm -o boot16.bin -D_FAT16 ldosboot/boot.asm:2217: warning: FAT16: 12 bytes still available. [-w+user] test$ nasm -I lmacros/ -I ldosboot/ ldosboot/boot32.asm -o boot32.bin ldosboot/boot32.asm:1488: warning: FAT32: 56 bytes still available. [-w+user] ldosboot/boot32.asm:1933: warning: FSINFO: 1 bytes still available. [-w+user] test$ nasm -I lmacros/ -I instsect/ instsect/instsect.asm -o instsect.com test$ mkdir ~/wwwecm/test/20251014 test$ cp -iat ~/wwwecm/test/20251014 *.* test$