Module rstubs::multiboot

source ·
Expand description

Multiboot data structures

The Header is compiled into the kernel and tells Multiboot how to load it.

During boot, Multiboot creates a Info structure for the loaded kernel.

Structs§

  • Multiboot format for AOut Symbols
  • Information for indexed color mode
  • Information for direct RGB color mode
  • Multiboot format for ELF Symbols
  • Contains the information about the framebuffer
  • Multiboot header which tells the bootloader how to load our kernel
  • Representation of Multiboot Information according to specification.
  • ‘mem_lower’ and ‘mem_upper’ indicate the amount of lower and upper memory, respectively, in kilobytes.
  • Multiboot format of the MMAP buffer.
  • Multiboot format to information about module
  • Contains information about the VESA BIOS extension

Enums§

Unions§