Added VFS read and started UEFI SFS driver
This commit is contained in:
parent
b4289c429e
commit
758d681005
6 changed files with 145 additions and 9 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue