Notes /
TockOSOverviewThis page is about getting Accessors to run under TockOS. TockOS is what is used by the Signpost. RustThe TockOS kernel is written in Rust, but TockOS userland programs are written in C. Since the Rust Host uses Duktape and Duktape is in C, then we can write our userland Accessor Host in C. See Also
|