From cccb99226d3951fd9dfe1c4cf1c43126a1309d51 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Mon, 31 Mar 2025 19:47:54 +0300 Subject: move to pc-thing/ --- pc-thing/build-bootloader.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 pc-thing/build-bootloader.sh (limited to 'pc-thing/build-bootloader.sh') 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 -- cgit 1.4.1-2-gfad0