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

5
Disk/Makefile Normal file
View File

@ -0,0 +1,5 @@
build:
make --quiet -C AHCI build
clean:
make -C AHCI clean