1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/test-programs/vfs.rhai
2023-11-11 15:45:45 +01:00

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();