summaryrefslogtreecommitdiffhomepage
path: root/setup_x64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-15 08:43:30 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-15 08:43:30 +0200
commit4f7562afaee939467299efdb6b7fac159f6cbd27 (patch)
treea360a9b25cd7451fadedd09deacab07d7873d2ae /setup_x64.sh
parent011a2801505c01f433d399fa5cb077bee11f4bed (diff)
fix, kernel, boot, mod: Fixing issues regarding the boot flow and the
kernel. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'setup_x64.sh')
-rwxr-xr-xsetup_x64.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup_x64.sh b/setup_x64.sh
new file mode 100755
index 00000000..35111b88
--- /dev/null
+++ b/setup_x64.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# LOG HISTORY:
+# 03/25/25: Add 'disk' build step.
+# 04/05/25: Improve and fix script.
+
+cd dev/user
+btb user.json
+cd ../boot
+make -f amd64-desktop.make efi
+make -f amd64-desktop.make disk
+make -f amd64-desktop.make epm-img
+cd ../../dev/kernel/HALKit/AMD64
+./make_ap_blob.sh