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

Add a "window server" and clean up the userland directory structure a bit #59

Closed 48cf closed 2 years ago

48cf commented 2 years ago

Now all userland libraries like aero_std (soon™ to be extinct, hopefully), aero_ipc live under userland/libs/, the applications like the shell and init binary live under userland/apps/ and servers like window_server and system_server live under userland/servers/ :^)

Andy-Python-Programmer commented 2 years ago

Thanks @czapek1337!