limine-bootloader / limine

Modern, advanced, portable, multiprotocol bootloader and boot manager. (Moved to Codeberg)

Home Page:https://codeberg.org/Limine/Limine

Repository from Github https://github.comlimine-bootloader/limineRepository from Github https://github.comlimine-bootloader/limine

More Functions to The Limine Protocol

atlassoftware-cpu opened this issue · comments

Since the limine protocol provides functions like reading framebuffer info and more, why not include more like UEFI does, like disk functions, Mouse and Keyboard input, a working idt that just requires calling an init function after putting the location of every isr/irq, and more

That is very out-of-scope for what the Limine boot protocol is meant to be: kernel executable loading and passing of static info from the firmware to the kernel (with very few exceptions).