mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 16:42:19 +02:00
Bootloader: Locate the kernel's data segment and clear it.
This was a constant source of stupid bugs and I kept postponing it because I wasn't in the mood to write assembly code. Until now! :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 15:50:58 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a1b63bb6d4b
@@ -19,12 +19,6 @@ VFS& VFS::the()
|
||||
return *s_the;
|
||||
}
|
||||
|
||||
void VFS::initialize_globals()
|
||||
{
|
||||
s_the = nullptr;
|
||||
FS::initialize_globals();
|
||||
}
|
||||
|
||||
VFS::VFS()
|
||||
{
|
||||
#ifdef VFS_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user