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.16k stars 48 forks source link

mlibc: abi-break merge #78

Closed Andy-Python-Programmer closed 1 year ago

Andy-Python-Programmer commented 2 years ago

The mlibc abi-breaks have been merged and upstream. This requires some changes in the kernel since some of the ABI-headers are switched from mlibc to linux ones for stability (checkout https://github.com/managarm/mlibc/pull/648 for more information). This also requires to update all our local mlibc patches to be updated and upstreamed.