diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 05:51:25 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 05:51:25 +0100 |
| commit | 342e27527797d5dd6f0ba3baa23c0bbc786892e1 (patch) | |
| tree | b8c86fefc71b9d4c400429a3c1e723beeae6f766 /scripts/modules_ahci_arm64.sh | |
| parent | 7cee4def2634d3c4aed59c3ab66b65bbbf1ec751 (diff) | |
[CHORE] ARM64 port improvements, POSIXKit additions, and SysChk/BootNet improvements.kernel-bootkit-posix-additions
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts/modules_ahci_arm64.sh')
| -rwxr-xr-x | scripts/modules_ahci_arm64.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/modules_ahci_arm64.sh b/scripts/modules_ahci_arm64.sh new file mode 100755 index 00000000..9ec84d6f --- /dev/null +++ b/scripts/modules_ahci_arm64.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +# LOG HISTORY: +# 03/25/25: Add 'disk' build step. +# 04/05/25: Improve and fix script. + +cd src/boot/modules/SysChk +nebuild arm64-ahci-epm.json +cd ../ +cd BootNet +nebuild arm64.json |
