tazgm
tazgm
Update: http://mirror1.slitaz.org/boot/BootProg/boot16.asm has a new LBA (max 2TB) and CHS (max 8GB).
Need to had Exfat support ? SliTaz provides exfat support with the file bootex.asm in https://hg.slitaz.org/wok/file/tip/BootProg/stuff The compile rules are in https://hg.slitaz.org/wok/file/tip/BootProg/receipt to build https://cook.slitaz.org/index.cgi?files=BootProg Assembly listing is https://cook.slitaz.org/index.cgi?stuff=../wok/BootProg/source/BootProg-slitaz/bootex.lst It...
3 more bytes gain... [unzx0_8088.S.txt](https://github.com/emmanuel-marty/unzx0_x86/files/12216095/unzx0_8088.S.txt)
74 bytes (+1) version with NMOS 8088/8086 workaround. NMOS 8088/8086 badly handle double prefix instructions and interrupts. See https://www.youtube.com/watch?v=6FC-tcwMBnU Any interrupt breaks the rep loop. Fixed with CMOS 80C88/80C86. [unzx0_8088.S.txt](https://github.com/emmanuel-marty/unzx0_x86/files/12279362/unzx0_8088.S.txt)