Simple FAT16/32 driver implementation

This commit is contained in:
Ebu
2026-03-22 10:58:47 +01:00
commit 93d9cf0ae1
15 changed files with 1508 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[build]
target = "x86_64-unknown-uefi"