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.
Refactors the shell to be more maintainable, it still could definitely get some love, there is still some repeating code and we should abstract files away to aero_std, but that's a good start for now :^)
Refactors the shell to be more maintainable, it still could definitely get some love, there is still some repeating code and we should abstract files away to
aero_std
, but that's a good start for now :^)