Skip to content

Releases: josehu07/hux-kernel

Hux v0.1.1

15 Jan 03:39
Compare
Choose a tag to compare

Change log:

  • Add QEMU VNC option for non-graphical dev environments
  • Add seek syscall
  • Implement more user utilities: mk, rm, put, and cat
  • 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

20 Aug 09:01
Compare
Choose a tag to compare

This is the first release of the Hux OS at the end of summer vacation 2021.