1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/sysdata/test-programs/vfs.rhai

12 lines
184 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() {
// jmp here
}
main();
tx();