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