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.16k stars 48 forks source link

Aero stuck with a black screen after boot in QEMU #99

Open rilysh opened 1 year ago

rilysh commented 1 year ago

I've downloaded aero from the actions artifact (link) but I couldn't be able to get the GUI or even the TTY. Running on QEMU, aero is stuck with a black screen with no response at all. Not sure if it's a graphics driver issue, so I jumped into VirtualBox and encountered this https://github.com/Andy-Python-Programmer/aero/issues/74 issue.

Is there anything I'm missing?