Use mkfs.fat instead of mkdosfs for better portability
This commit is contained in:
parent
8ae365f4a7
commit
ee9acef473
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
ordos.img: BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM debug.com edlin.com exe2bin.exe link.exe masm.exe
|
||||
rm -f ordos.img
|
||||
mkdosfs -C $@ -M 0xff 320
|
||||
mkfs.fat -C $@ -M 0xff 320
|
||||
rw -I 0x7c00 -i BOOT.BIN -o $@ -c 512
|
||||
mcopy -i $@ IO.SYS ::
|
||||
mcopy -i $@ ORDOS.SYS ::
|
||||
|
|
Loading…
Reference in a new issue