ordos/build.bat

16 lines
221 B
Batchfile
Raw Normal View History

2021-08-26 03:24:05 +00:00
masm command;
link command;
exe2bin command.exe command.com
masm stddos;
link stddos;
exe2bin stddos.exe ordos.sys
2021-08-26 07:08:41 +00:00
masm boot;
link boot;
exe2bin boot.exe boot.bin
2021-08-26 07:11:20 +00:00
masm io;
link io;
exe2bin io.exe io.sys