summaryrefslogtreecommitdiffhomepage
path: root/debug_mbci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debug_mbci.sh')
-rwxr-xr-xdebug_mbci.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/debug_mbci.sh b/debug_mbci.sh
new file mode 100755
index 00000000..1742baa7
--- /dev/null
+++ b/debug_mbci.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+export MBCI_SUPPORT=1
+export UFS_SUPPORT=
+export AHCI_SUPPORT=
+export ATA_DMA_SUPPORT=
+export ATA_PIO_SUPPORT=
+export DEBUG_SUPPORT=1
+
+cd kernel
+make -f arm64-desktop.make all
+cd ../boot
+make -f arm64-desktop.make all
+make -f arm64-desktop.make run \ No newline at end of file