From a1b63bb6d4b7231c3e148efcd20a47a015420b90 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 6 Feb 2019 16:02:10 +0100 Subject: 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! :^) --- LibC/entry.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'LibC/entry.cpp') diff --git a/LibC/entry.cpp b/LibC/entry.cpp index 8fd78e3e64..393aec2ddc 100644 --- a/LibC/entry.cpp +++ b/LibC/entry.cpp @@ -18,8 +18,6 @@ extern "C" int _start() __stdio_init(); __malloc_init(); - StringImpl::initialize_globals(); - int status = 254; int argc; char** argv; -- cgit v1.2.3