]> git.saurik.com Git - apple/boot.git/blob - i386/boot1/mkboot.bat
boot-111.1.tar.gz
[apple/boot.git] / i386 / boot1 / mkboot.bat
1 tasm /m3 /dBOOTDEV=FLOPPY boot1 ,boot1f
2 tlink boot1f
3 exe2bin boot1f
4 del boot1f
5 del boot1f.obj
6 del boot1f.map
7 del boot1f.exe
8 ren boot1f.bin boot1f
9
10 tasm /m3 /dBOOTDEV=HDISK boot1
11 tlink boot1
12 exe2bin boot1
13 del boot1
14 del boot1.obj
15 del boot1.map
16 del boot1.exe
17 ren boot1.bin boot1