Xyris  0.5
NullBoot.c File Reference

Go to the source code of this file.

Functions

void _start (void)
 
 __attribute__ ((section(".early_text")))
 

Detailed Description

Kernel ELF entry point. Should never be called by any bootloader.

Author
Keeton Feavel (keeto.nosp@m.n@xy.nosp@m.r.is)
Version
0.1
Date
2021-12-29

Definition in file NullBoot.c.

Function Documentation

◆ __attribute__()

__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.

21 {
22  return;
23 }

◆ _start()

void _start ( void  )