summaryrefslogtreecommitdiffhomepage
path: root/setup_x64.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-21 03:45:08 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-21 03:45:08 +0200
commitc85a99c2afdd4c9dfa9d8f0f212e4625b6adade7 (patch)
tree3bb631cf7c49b74fbf6d02104059e0540f26ba4b /setup_x64.sh
parentbec0e457ad346783be7f84be71bb0eddc881847c (diff)
feat(kernel): source code improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'setup_x64.sh')
-rwxr-xr-xsetup_x64.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/setup_x64.sh b/setup_x64.sh
deleted file mode 100755
index 5eeaafde..00000000
--- a/setup_x64.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/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
-cd ../../dev/kernel/HALKit/AMD64
-./make_ap_blob.sh