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
|
@ -17,7 +17,10 @@
|
|||
/* SOFTWARE. */
|
||||
/*********************************************************************************/
|
||||
|
||||
#include <vfs/vfs.h>
|
||||
|
||||
void axboot_init()
|
||||
{
|
||||
vfs_init();
|
||||
while (1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue