Change log:
- Add QEMU VNC option for non-graphical dev environments
- Add
seeksyscall - Implement more user utilities:
mk,rm,put, andcat - Change the calculation of the start address of kheap: instead of using the end of
.shstrtabsection (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