Skip to content

Hux v0.1.1

Latest
Compare
Choose a tag to compare
@josehu07 josehu07 released this 15 Jan 03:39
· 4 commits to main since this release

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