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_x64.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_x64.sh')
| -rwxr-xr-x | setup_x64.sh | 14 |
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 |
