tjhancocks / vboot

A bootloader for the Veracyon Project.
MIT License
1 stars 0 forks source link

Generate a basic multiboot information structure that will be passed to the kernel. #2

Open tjhancocks opened 5 years ago

tjhancocks commented 5 years ago

The bootloader needs to produce an information structure to pass to the kernel describing information that has been determined about the hardware and environment. The following information is provided via the Multiboot Information structure:

All of this information is provided to the kernel via a struct multiboot_info structure.

tjhancocks commented 5 years ago

Some of these aspects have been "done" in the latest commits.