0.6.11
Pre-release
Pre-release
This kernel adds experimental I/O support.
Features
- TI link port protocol support
- Concurrent link port access
- TI Keyboard support
New syscalls:
Bugs Fixed
- Mishandled stack in streamWriteBuffer
- Writing beyond EOF in streamWriteBuffer extends the file as appropriate
- createDirectory returns Z on success
Changes
- When there are no active threads, the kernel spins instead of crashing. Note that if there are no threads (not just no active threads), the kernel will still crash as appropriate.
- Kernel now keeps internal "clock" for I/O timing