summaryrefslogtreecommitdiffhomepage
path: root/src/amd64/amd64.sh
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-21 20:32:19 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-21 20:32:19 +0100
commit046d884b50c32cacd3523071541e7e38241083f3 (patch)
tree92ce6fd53e0c031c569270b04aefa8fc0aa1e074 /src/amd64/amd64.sh
ADD: CoreBoot, also comes with my reimplementation of libfdt, which is just a dumb rewrite.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'src/amd64/amd64.sh')
-rwxr-xr-xsrc/amd64/amd64.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/amd64/amd64.sh b/src/amd64/amd64.sh
new file mode 100755
index 0000000..ea9efa0
--- /dev/null
+++ b/src/amd64/amd64.sh
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+nasm amd64-boot.asm -f bin -o amd64-boot.rom
+nasm amd64-test.asm -f bin -o amd64-test.bin