ordos/build.bat

16 lines
221 B
Batchfile

masm command;
link command;
exe2bin command.exe command.com
masm stddos;
link stddos;
exe2bin stddos.exe ordos.sys
masm boot;
link boot;
exe2bin boot.exe boot.bin
masm io;
link io;
exe2bin io.exe io.sys