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

bootstrap: xorg-server #75

Closed Andy-Python-Programmer closed 2 years ago

Andy-Python-Programmer commented 2 years ago

ABI-breakage

The pull request introduces ABI breakage!. So you are required to recompile the world; check out ABI_BREAKAGE.md in mlibc for the list of ABI breaks (in the abi-break branch).

Syscalls

Signed-off-by: Andy-Python-Programmer andypythonappdeveloper@gmail.com

Andy-Python-Programmer commented 2 years ago

image