Commit 8a8fdb77 authored by Asterich Asterich's avatar Asterich Asterich
Browse files

fix(fs): ext4 not initialized

parent c041ab49
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -42,6 +42,7 @@ void main() {
// futex hash table
futex_hash_init();
vfs_ext_init(); // ext4
// virtual disk
virtio_disk_init(); // emulated hard disk
// First user process
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment