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

Gitpod integration #76

Closed jwpjrdev closed 2 years ago

jwpjrdev commented 2 years ago

see #33

jwpjrdev commented 2 years ago

This could be sped up by a modification (such as a feature flag) to aero.py that would only run QEMU rather than rebuilding and running. It creates the context by building aero but it has to rebuild and run when the workspace is reloaded/opened, which takes a little while.

Andy-Python-Programmer commented 2 years ago

Thanks @jwpjrdev!