Skip to content

0.6.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@ddevault ddevault released this 25 Jan 03:02
· 104 commits to master since this 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