v0.9.0
·
126 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.
- Remove
- novstd: Refactor the tty library (#174)
- Add platform error codes (#172)
- vm: Implement thread starting using pthread (#173)