[Usr] Add a test process to spawn from Teton.
This commit is contained in:
parent
7c75b832b2
commit
4e25a7e3b9
5 changed files with 32 additions and 0 deletions
7
usr/testbed/test.cpp
Normal file
7
usr/testbed/test.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <mammoth/util/debug.h>
|
||||
|
||||
uint64_t main(uint64_t init_port_cap) {
|
||||
dbgln("testbed");
|
||||
|
||||
return glcr::OK;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue