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

Refactor the shell #13

Closed 48cf closed 2 years ago

48cf commented 2 years ago

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 :^)

Andy-Python-Programmer commented 2 years ago

Thanks @czapek1337!