mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +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 @@
|
||||
|
||||
static WSMessageLoop* s_the;
|
||||
|
||||
void WSMessageLoop::initialize()
|
||||
{
|
||||
s_the = nullptr;
|
||||
}
|
||||
|
||||
WSMessageLoop::WSMessageLoop()
|
||||
{
|
||||
if (!s_the)
|
||||
|
||||
Reference in New Issue
Block a user