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

Fix xbstrap bug in aero.py, add opendoas support #87

Closed ghost closed 2 years ago

ghost commented 2 years ago

Note: fixes for tools/mkimage.sh WIP, don't merge this yet!

ghost commented 2 years ago

loop Linux kernel module was not checked before use, causing issues on my system (and some others) which had no other reason to insert the module before tools/mkimage.sh is used.

Andy-Python-Programmer commented 2 years ago

Good catch, thanks @amada95!

ghost commented 2 years ago

Happy to help :)