[kernel] Rename kernel entrypoint
The kernel entrypoint being named _start conflicts with userspace program entrypoints and makes debugging more difficult. Rename it to _kernel_start.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ENTRY(_start)
|
||||
ENTRY(_kernel_start)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0xFFFF800000000000;
|
||||
|
||||
Reference in New Issue
Block a user