Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22026-2376550
cabbageOS-4084
Commits
8a8fdb77
Commit
8a8fdb77
authored
11 months ago
by
Asterich Asterich
Browse files
Options
Download
Patches
Plain Diff
fix(fs): ext4 not initialized
parent
c041ab49
dev
final
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/platform/qemu/src/main.c
+1
-0
kernel/platform/qemu/src/main.c
with
1 addition
and
0 deletions
+1
-0
kernel/platform/qemu/src/main.c
+
1
−
0
View file @
8a8fdb77
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets