Removed InitRD test code from main.cpp
This commit is contained in:
parent
1b727a66ea
commit
b47b86884f
@ -34,9 +34,6 @@ extern "C" void _start()
|
|||||||
Init::early_init();
|
Init::early_init();
|
||||||
Debug::DebugStatus::the()->PassBootStage(Color::White);
|
Debug::DebugStatus::the()->PassBootStage(Color::White);
|
||||||
|
|
||||||
InitRD::for_each(
|
|
||||||
[](InitRD::File& f) { printf("%s: %d bytes, starts with 0x%x%x\n", f.name, f.size, *(uint64_t*)f.addr); });
|
|
||||||
|
|
||||||
kinfoln("Hello World!");
|
kinfoln("Hello World!");
|
||||||
|
|
||||||
Debug::DebugStatus::the()->StartBootStage(Color::Gray);
|
Debug::DebugStatus::the()->StartBootStage(Color::Gray);
|
||||||
|
Loading…
Reference in New Issue
Block a user