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

kernel: load the sysroot from the disk #82

Closed Andy-Python-Programmer closed 1 year ago

Andy-Python-Programmer commented 1 year ago

Update the kernel to load the sysroot from the disk (NVME + GPT + EXT2) and completely remove initramfs since its not in use anymore.