mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 02:16:52 +02:00
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
This reverts commit 6b59311d4b.
Reverting these changes since they broke things.
Fixes #1608.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 07:58:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c2a8bbcb59c
@@ -292,7 +292,7 @@ void init_stage2()
|
||||
}
|
||||
}
|
||||
}
|
||||
auto e2fs = Ext2FS::create(*FileDescription::create(root_dev));
|
||||
auto e2fs = Ext2FS::create(root_dev);
|
||||
if (!e2fs->initialize()) {
|
||||
klog() << "init_stage2: couldn't open root filesystem";
|
||||
hang();
|
||||
|
||||
Reference in New Issue
Block a user