Added AHCI driver stub

This commit is contained in:
Alex
2022-11-01 04:00:29 +02:00
parent ef3ad03d61
commit 4a3a7f1827
5 changed files with 232 additions and 1 deletions

View File

@ -1,6 +1,6 @@
build:
mkdir -p out
touch out/dummy.fex
make --quiet -C Disk build
make --quiet -C Audio build
make --quiet -C FileSystem build
make --quiet -C Generic build
@ -12,6 +12,7 @@ prepare:
clean:
rm -rf out
make -C Disk clean
make -C Audio clean
make -C FileSystem clean
make -C Generic clean