summaryrefslogtreecommitdiff
path: root/Compile.bat
diff options
context:
space:
mode:
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