Skip to content

v0.9.0

Compare
Choose a tag to compare
@BastianBlokland BastianBlokland released this 14 Feb 21:02
· 124 commits to master since this release

Changes:

  • vm: Clean stream api.
    • Remove StreamReadChar, its a very inefficient api to read character for character from the kernel.
    • Remove StreamWriteChar, its a very inefficient api to write character for character to the kernel.
    • Remove StreamFlush, now that we no longer do buffering on the vm side flushing does nothing.
  • novstd: Refactor the tty library (#174)
  • Add platform error codes (#172)
  • vm: Implement thread starting using pthread (#173)