[feat] FASTER READ!!!

This commit is contained in:
2026-06-05 20:14:21 +08:00
Unverified
parent 0f344b8c3e
commit 60a9b9e97d
3 changed files with 334 additions and 42 deletions
+1
View File
@@ -5,3 +5,4 @@
EFI_STATUS fs_init();
void fs_list();
EFI_STATUS fs_read(WString Path, void **Buffer, UINTN *Size);
EFI_STATUS fs_write(WString Path, const void *Data, UINTN Size, UINTN Offset);