Begin defining the process/thread api
This commit is contained in:
parent
e3661e7848
commit
a092a57483
6 changed files with 31 additions and 18 deletions
|
|
@ -6,7 +6,7 @@ constexpr uint64_t prog2 = 0x00000020'00000000;
|
|||
|
||||
int main() {
|
||||
ZDebug("Testing");
|
||||
uint64_t err = ZProcessSpawn(0x100, prog2, 0x1000);
|
||||
uint64_t err = ZProcessSpawnElf(0x100, prog2, 0x1000);
|
||||
if (err != Z_OK) {
|
||||
ZDebug("Error");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue