summaryrefslogtreecommitdiffhomepage
path: root/setup_x64_project.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup_x64_project.sh')
-rwxr-xr-xsetup_x64_project.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/setup_x64_project.sh b/setup_x64_project.sh
new file mode 100755
index 00000000..a6115ba7
--- /dev/null
+++ b/setup_x64_project.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# LOG HISTORY:
+# 03/25/25: Add 'disk' build step.
+# 04/05/25: Improve and fix script.
+
+cd dev/user
+cd src
+make sci_asm_io_x64
+cd ..
+btb user.json
+cd ../ddk
+btb ddk.json
+cd ../boot
+make -f amd64-desktop.make efi
+make -f amd64-desktop.make epm-img