summary refs log tree commit diff
path: root/pc-thing/build-bootloader.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pc-thing/build-bootloader.sh')
-rwxr-xr-xpc-thing/build-bootloader.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/pc-thing/build-bootloader.sh b/pc-thing/build-bootloader.sh
new file mode 100755
index 0000000..2bdb6bf
--- /dev/null
+++ b/pc-thing/build-bootloader.sh
@@ -0,0 +1,7 @@
+deno -A assembler.ts code/bootloader.a
+deno -A ramgen.ts
+cat iram.bin > diskloader.bin
+deno -A assembler.ts code/move-bootloader.a
+deno -A ramgen.ts
+cat iram.bin > bootloader.bin
+cat diskloader.bin >> iram.bin
\ No newline at end of file