Expand description
The architecture-independent boot module, which provides
- a universal information getter interface from the bootloader to the rest of OSTD;
- the routine booting into the actual kernel;
- the routine booting the other processors in the SMP context.
Modules§
- memory_
region - Information of memory regions in the boot phase.
- smp
- Symmetric multiprocessing (SMP) boot support.
Structs§
- Boot
Info - The boot information provided by the bootloader.
- Bootloader
Framebuffer Arg - The framebuffer arguments.
Enums§
- Bootloader
Acpi Arg - ACPI information from the bootloader.
Functions§
- boot_
info - Gets the boot information.