Releases: josehu07/hux-kernel
Releases · josehu07/hux-kernel
Hux v0.1.1
Change log:
- Add QEMU VNC option for non-graphical dev environments
- Add
seek
syscall - Implement more user utilities:
mk
,rm
,put
, andcat
- Change the calculation of the start address of kheap: instead of using the end of
.shstrtab
section (which might not be the highest section in all cases), loop through all kernel elf sections to get the true end address - Other minor fixes
First release of Hux
This is the first release of the Hux OS at the end of summer vacation 2021.