1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/sysdata/test-programs/vfs.rhai

11 lines
194 B
Plaintext
Raw Normal View History

/// Act as a shim of a virtual file system that recieves one message from buffer 2
2023-11-11 14:45:45 +00:00
import "sysdata/test-programs/hblib/std" as std;
fn main() {
2023-11-20 09:13:18 +00:00
std::ipc_recv(2);
un();
}
main();
tx();