mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 08:45:09 +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:
parent
781f216676
commit
a1b63bb6d4
22 changed files with 54 additions and 83 deletions
|
@ -12,11 +12,6 @@ PTYMultiplexer& PTYMultiplexer::the()
|
|||
return *s_the;
|
||||
}
|
||||
|
||||
void PTYMultiplexer::initialize_statics()
|
||||
{
|
||||
s_the = nullptr;
|
||||
}
|
||||
|
||||
PTYMultiplexer::PTYMultiplexer()
|
||||
: CharacterDevice(5, 2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue