aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.toml3
-rw-r--r--boot.asm (renamed from bootloader.asm)0
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
new file mode 100644
index 0000000..02c0972
--- /dev/null
+++ b/Makefile.toml
@@ -0,0 +1,3 @@
+[task.boot]
+command = "nasm"
+args = ["-f", "bin", "-o", "boot.bin", "boot.asm"]
diff --git a/bootloader.asm b/boot.asm
index 8270cd6..8270cd6 100644
--- a/bootloader.asm
+++ b/boot.asm