mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Kernel: Remove some unnecessary zero initialization now that BSS is cleared.
This commit is contained in:
parent
2e663eda36
commit
3fc3a8d7bc
2 changed files with 0 additions and 5 deletions
|
@ -169,8 +169,6 @@ void init()
|
|||
MemoryManager::initialize();
|
||||
PIT::initialize();
|
||||
|
||||
memset(&system, 0, sizeof(system));
|
||||
|
||||
new BochsVGADevice;
|
||||
|
||||
auto new_procfs = ProcFS::create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue