Fix driver implementation

This commit is contained in:
EnderIce2
2024-07-07 03:15:17 +03:00
parent f85935f8f3
commit 4ecf37c44e
64 changed files with 2893 additions and 2863 deletions

5
filesystem/Makefile Normal file
View File

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