summaryrefslogtreecommitdiff
path: root/Compile.bat
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2003-06-08 11:05:06 +0000
committerDimitri Sokolyuk <demon@dim13.org>2003-06-08 11:05:06 +0000
commit4b1d510b9bfb088c142ee129d31764a73ceb1fd0 (patch)
treee71696810e671891489ab2dcc7c548f6990417b4 /Compile.bat
initial import
Diffstat (limited to 'Compile.bat')
-rw-r--r--Compile.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/Compile.bat b/Compile.bat
new file mode 100644
index 0000000..8b3ca5d
--- /dev/null
+++ b/Compile.bat
@@ -0,0 +1,8 @@
+tasm /l /c /m3 boot
+link /noi /noe /farcall boot,,;
+@del boot.obj
+@del boot.map
+exe2bin boot.exe boot.bin
+@del boot.exe
+tcc -G -O -Z -d -ebootinst bootinst.c
+@del bootinst.obj \ No newline at end of file