summaryrefslogtreecommitdiffhomepage
path: root/debug_ahci.sh
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-24 10:38:36 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-24 10:38:36 +0100
commit7b4bd3577a31d0f0adc7371840642791ae1567f4 (patch)
tree1a8afc973aaa739d0d763315cad2fd376d1cea9c /debug_ahci.sh
ADD: Open version, with important changes kept out.
Signed-off-by: Amlal <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