zerox029 / toast

A small hobby OS written in Rust
GNU General Public License v3.0
4 stars 0 forks source link

Switch to Limine bootloader #8

Closed zerox029 closed 6 months ago

zerox029 commented 6 months ago

Currently, toast uses GRUB as its bootloader. This heavily ties its development to machines that have GRUB as their bootloader. To allow for others to be used, Limine should be used instead. All previous features of Toast should still be present, this means implementing a new way to write to the screen using the Limine framebuffer.