Added VFS
git-svn-id: https://spexeah.com:8443/svn/Asuro@1318 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -41,7 +41,7 @@ uses
|
||||
base64,
|
||||
rand,
|
||||
terminal,
|
||||
hashmap;
|
||||
hashmap, vfs;
|
||||
|
||||
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
|
||||
|
||||
@ -185,6 +185,9 @@ begin
|
||||
{ Call Tracer }
|
||||
tracer.init();
|
||||
|
||||
{ VFS Init }
|
||||
vfs.init();
|
||||
|
||||
{ Management Interfaces }
|
||||
tracer.push_trace('kmain.DRVMGMT');
|
||||
drivermanagement.init();
|
||||
|
Reference in New Issue
Block a user