summaryrefslogtreecommitdiffhomepage
path: root/scripts/modules_ahci_x64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/modules_ahci_x64.sh')
-rwxr-xr-xscripts/modules_ahci_x64.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/modules_ahci_x64.sh b/scripts/modules_ahci_x64.sh
new file mode 100755
index 00000000..aabb00bd
--- /dev/null
+++ b/scripts/modules_ahci_x64.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 amd64-ahci-epm.json
+cd ../
+cd BootNet
+nebuild amd64.json \ No newline at end of file