Added VFS read and started UEFI SFS driver

This commit is contained in:
Jozef Nagy 2025-01-26 18:05:21 +01:00
parent b4289c429e
commit 758d681005
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
6 changed files with 145 additions and 9 deletions

View file

@ -24,7 +24,7 @@
#include <stddef.h>
// NOTE: If any allocations fail, try increasing this number.
#define MAX_ALLOCATIONS 256
#define MAX_ALLOCATIONS 64
struct alloc_header allocation_list[MAX_ALLOCATIONS] = {0};