0.6.8
Pre-release
Pre-release
This kernel adds mature date/time support and improves filesystem support.
Features
- New syscalls:
isLeapYear,monthLength - New kernel panic screen (screenshot)
convertTimeToTicksis no longer a stub
Bugs fixed
- Several bugs in 0.6.7's date/time support
reassignMemorychecks that the target thread exists and returns an error if not
Deprecated
findFileEntryandfindDirectoryEntryare deprecated and now behave as no-ops. Internally, the kernel now usesfindNode, and KFS internals are no longer exposed to userspace.