diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-15 08:43:30 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-15 08:43:30 +0200 |
| commit | 4f7562afaee939467299efdb6b7fac159f6cbd27 (patch) | |
| tree | a360a9b25cd7451fadedd09deacab07d7873d2ae /setup_amd64.sh | |
| parent | 011a2801505c01f433d399fa5cb077bee11f4bed (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_amd64.sh')
| -rwxr-xr-x | setup_amd64.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/setup_amd64.sh b/setup_amd64.sh deleted file mode 100755 index 717f7840..00000000 --- a/setup_amd64.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# LOG HISTORY: -# 03/25/25: Add 'disk' build step. -# 04/05/25: Improve and fix script. - -cd dev/boot/modules/SysChk -btb amd64.json -cd ../ -cd BootNet -btb amd64.json -cd ../../../ -cd 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 |
