summaryrefslogtreecommitdiffhomepage
path: root/setup_amd64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-25 04:27:18 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-25 04:27:18 +0100
commit38e97a3241531571a56c1dc6a67f9cfa871eb31c (patch)
treef46ef7d064f66a77bdcdfd8915dbf0de1db11b00 /setup_amd64.sh
parent78317d09c36ff8f5b1a879f4a094e877178646ce (diff)
refactor(kernel): Refactor MemoryMgr code and log freed address location.
feat(setup_amd64): Add 'disk' build step. fix(hal/amd64): Fix warning regarding resb being used inside a non-bss area (using no-op instead). feat(kernelkit/lockdelegate): add new entry to lock delegate's enum (ensure validation). feat(meta): ran format.sh to format files according to .clang-format. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'setup_amd64.sh')
-rwxr-xr-xsetup_amd64.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup_amd64.sh b/setup_amd64.sh
index de69c1b2..b211b4bc 100755
--- a/setup_amd64.sh
+++ b/setup_amd64.sh
@@ -1,9 +1,13 @@
#!/bin/sh
+# LOG HISTORY:
+# 25/03/25: Add 'disk' build step.
+
cd dev/boot/modules/SysChk
btb amd64.json
cd ../../
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