diff --git a/kernel/src/main.cpp b/kernel/src/main.cpp index cfb43f39..669e5c11 100644 --- a/kernel/src/main.cpp +++ b/kernel/src/main.cpp @@ -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);