From 4f7562afaee939467299efdb6b7fac159f6cbd27 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 15 Apr 2025 08:43:30 +0200 Subject: fix, kernel, boot, mod: Fixing issues regarding the boot flow and the kernel. Signed-off-by: Amlal El Mahrouss --- setup_x64.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 setup_x64.sh (limited to 'setup_x64.sh') 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 -- cgit v1.2.3