Merge remote-tracking branch 'Drivers/master'

This commit is contained in:
EnderIce2
2024-11-20 05:01:24 +02:00
71 changed files with 13688 additions and 1 deletions

7
Drivers/storage/Makefile Normal file
View File

@ -0,0 +1,7 @@
build:
make -C ahci build
make -C ata build
clean:
make -C ahci clean
make -C ata clean