summaryrefslogtreecommitdiffhomepage
path: root/debug_ahci.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-14 11:52:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-14 11:54:18 +0100
commit99826c21b9da1c3a74fd8b3ebc08c7f8dbfadd30 (patch)
tree6cfa8f7d18ed018917ea5609aeba1d870cd4e27a /debug_ahci.sh
parent39d565d61bb9f9926806bb87abb48f93d0b981f8 (diff)
T& Labs's ZKA, Multi-Processor Operating System.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'debug_ahci.sh')
-rwxr-xr-xdebug_ahci.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug_ahci.sh b/debug_ahci.sh
new file mode 100755
index 00000000..de40043a
--- /dev/null
+++ b/debug_ahci.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+export AHCI_SUPPORT=1
+export DEBUG_SUPPORT=1
+
+cd dev/Kernel
+make -f amd64-desktop.make all
+cd ../Boot
+make -f amd64-desktop.make all
+make -f amd64-desktop.make run-efi-amd64-ahci \ No newline at end of file