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.
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/ :^)
Now all userland libraries like
aero_std
(soon™ to be extinct, hopefully),aero_ipc
live underuserland/libs/
, the applications like the shell and init binary live underuserland/apps/
and servers likewindow_server
andsystem_server
live underuserland/servers/
:^)