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 an init binary #17

Closed 48cf closed 2 years ago

48cf commented 2 years ago

For now it's very simple: it forks itself and execs aero_shell but in the future it will hopefully do a lot more :^)

Andy-Python-Programmer commented 2 years ago

Thanks @czapek1337!