ableos/sysdata/test-programs/vfs.rhai

12 lines
184 B
Plaintext

/// Act as a shim of a virtual file system that recieves one message from buffer 2
import "sysdata/test-programs/hblib/std" as std;
fn main() {
// jmp here
}
main();
tx();