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, 0 insertions, 13 deletions
diff --git a/debug_ufs.sh b/debug_ufs.sh
deleted file mode 100755
index 904f3121..00000000
--- a/debug_ufs.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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