acadia/sys/test.cpp
Drew Galbraith aefb4f082b Add a kernel ELF module and load it in a new process.
Don't yet jump to userspace.
2023-05-29 00:32:54 -07:00

7 lines
69 B
C++

#include "zcall.h"
int main() {
ZDebug("Testing");
return 0;
}