1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/sysdata/test-programs/vfs.rhai
2023-11-20 03:13:18 -06:00

11 lines
194 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() {
std::ipc_recv(2);
un();
}
main();
tx();