FDOS / fdisk

Fixed Disk Setup Program - manages partitions using the MBR partitioning scheme
GNU General Public License v2.0
44 stars 13 forks source link

build fails on MSDOS 6.0 because of COPY/Y #29

Closed mateuszviste closed 1 year ago

mateuszviste commented 1 year ago

COPY /Y is a modern invention, not present in MSDOS at least until 6.x (I stopped looking after 6.0). This proposition is about replacing the COPY/Y used in Makefile by a perhaps less elegant, but more universal DEL+COPY combo.