collapseos/tools
Virgil Dupras 73c3fc7947 shell/stdio: decouple from blkdev (again)
Move load/save to blkdev_cmds and add a new "poke" builtin shell cmd
that is the mirror of "peek" and strictly uses stdio (no blkdev
involved).

This allows us to slim the minimal OS size but, more importantly, change
the behavior of "load" so that we don't expect GetC to block until Z is
set. This way, using "load X" with X being larger than the blkdev size
won't block forever.

This also brings our RC2014 minimal kernel below the 1K mark again.
2019-06-02 11:06:38 -04:00
..
cfspack cfspack: fix bug where we would underallocate blocks 2019-05-16 21:07:57 -04:00
emul shell/stdio: decouple from blkdev (again) 2019-06-02 11:06:38 -04:00
tests fs: check for file size bounds in GetC 2019-05-31 11:12:29 -04:00
upload.py shell/stdio: decouple from blkdev (again) 2019-06-02 11:06:38 -04:00