![]() |
Xyris
0.5
|
Go to the source code of this file.
Functions | |
void | _start (void) |
__attribute__ ((section(".early_text"))) | |
Kernel ELF entry point. Should never be called by any bootloader.
Definition in file NullBoot.c.
__attribute__ | ( | (section(".early_text")) | ) |
ELF default entry point. Should never be called since a bootloader should always have a custom entry point specific to that bootloader.
Definition at line 19 of file NullBoot.c.
void _start | ( | void | ) |