Rename kernel.cpp to kmain.cpp, update Makefile and kernel.ld

This commit is contained in:
2021-11-11 21:55:04 +00:00
parent 0f5e080e15
commit 01fef9d947
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ SECTIONS {
.text : {
build/kernel/entry.o(.text)
build/kernel/kernel.o(.text)
build/kernel/kmain.o(.text)
build/kernel/*(.text)
build/kernel/datatypes/*(.text)
}