[kernel] Rename kernel main.cpp

Having main.cpp in the kernel and in the application being debugged is
annoying when setting breakpoints, so just like with main() vs
kernel_main(), kernel/main.cpp is now kernel/kernel_main.cpp.
This commit is contained in:
Justin C. Miller
2022-12-22 19:23:12 -08:00
parent 6ac4ec601d
commit 28cd3bb625
2 changed files with 1 additions and 1 deletions

View File

@@ -26,8 +26,8 @@ kernel = module("kernel",
"interrupts.cpp",
"interrupts.s",
"io.cpp",
"kernel_main.cpp",
"logger.cpp",
"main.cpp",
"memory.cpp",
"memory.h.cog",
"memory_bootstrap.cpp",