mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
The kernel entrypoint being named _start conflicts with userspace program entrypoints and makes debugging more difficult. Rename it to _kernel_start.