mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00: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:
@@ -12,11 +12,6 @@
|
||||
|
||||
void Process::initialize_gui_statics()
|
||||
{
|
||||
Font::initialize();
|
||||
WSMessageLoop::initialize();
|
||||
WSWindowManager::initialize();
|
||||
WSScreen::initialize();
|
||||
|
||||
new WSMessageLoop;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user