Andy-Python-Programmer / aero

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
https://aero.andypy.dev
GNU General Public License v3.0
1.17k stars 50 forks source link

Switch to the Limine boot protocol #73

Closed Andy-Python-Programmer closed 2 years ago

Andy-Python-Programmer commented 2 years ago

The upcoming versions of Limine will not support the stivale and stivale2 protocols to avoid fragmenting users into 3 different, separate protocols, by incentivising the move to the Limine protocol; reducing Limine's code size and cleaning up clutter by removing essentially redundant protocols.

Even though the stivale2 protocol will be supported on Limine 3.x; it is a good idea to move to the newer version of the protocol.

Andy-Python-Programmer commented 2 years ago

Done :^)