Rename kernel.cpp to kmain.cpp, update Makefile and kernel.ld
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user