Removed InitRD test code from main.cpp

This commit is contained in:
apio 2022-09-05 16:29:32 +02:00
parent 1b727a66ea
commit b47b86884f

View File

@ -34,9 +34,6 @@ extern "C" void _start()
Init::early_init();
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!");
Debug::DebugStatus::the()->StartBootStage(Color::Gray);