Skip to content
Commit f676b451 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

fs: Add semihosting filesystem



This adds a filesystem which is backed by the host's filesystem. It is
modeled off of sandboxfs, which has very similar aims. Semihosting
doesn't support listing directories (except with SYS_SYSTEM), so neither
do we. it's possible to optimize a bit for the common case of reading a
whole file by omitting a call to smh_seek, but this is left as a future
optimization.

Signed-off-by: default avatarSean Anderson <sean.anderson@seco.com>
parent 8e1c9fe2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment