From 0db25895168df6ebb9bd8781e3ffd83d3323b398 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 14 Feb 2025 21:34:09 +0100 Subject: A set of patches and necessary changes given to the OS. Signed-off-by: Amlal --- debug_ata.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debug_ata.sh') diff --git a/debug_ata.sh b/debug_ata.sh index aa63e653..86487097 100755 --- a/debug_ata.sh +++ b/debug_ata.sh @@ -1,7 +1,8 @@ #!/bin/sh -export ATA_PIO_SUPPORT= -export ATA_DMA_SUPPORT=1 +export AHCI_SUPPORT= +export ATA_PIO_SUPPORT=1 +export ATA_DMA_SUPPORT= export DEBUG_SUPPORT=1 cd kernel -- cgit v1.2.3