collapseos/apps
Virgil Dupras b4694225c5 blockdev: change GetC API
Instead of waiting, GetC always return immediately, with Z indicating if
something was fetched. The "wait" loop is implemented by the called (and
in the new `blkGetCW`).

This simplifies out-of-bounds verifications for storage blockdevs.
2019-04-22 14:26:16 -04:00
..
zasm blockdev: change GetC API 2019-04-22 14:26:16 -04:00
README.md Add zasm app 2019-04-16 13:36:57 -04:00

README.md

User applications

This folder contains code designed to be loaded and ran in RAM.