Rework x86_64 paging and vmm
This commit is contained in:
@ -190,7 +190,7 @@ void vfs_init(void) {
|
||||
tmpvars_init();
|
||||
base_init();
|
||||
|
||||
LOG("vfs", "init done\n");
|
||||
LOG("vfs", "init\n");
|
||||
|
||||
for (size_t i = 0; i < LEN(VFS_TABLE.mountpoints); i++) {
|
||||
if (!VFS_TABLE.mountpoints[i].taken) continue;
|
||||
|
Reference in New Issue
Block a user