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

@ -17,7 +17,10 @@
/* SOFTWARE. */
/*********************************************************************************/
#include <vfs/vfs.h>
void axboot_init()
{
vfs_init();
while (1);
}