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