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)
convertTimeToTicks
is no longer a stub
Bugs fixed
- Several bugs in 0.6.7's date/time support
reassignMemory
checks that the target thread exists and returns an error if not
Deprecated
findFileEntry
andfindDirectoryEntry
are deprecated and now behave as no-ops. Internally, the kernel now usesfindNode
, and KFS internals are no longer exposed to userspace.