Begin defining the process/thread api

This commit is contained in:
Drew Galbraith 2023-06-06 15:01:31 -07:00
parent e3661e7848
commit a092a57483
6 changed files with 31 additions and 18 deletions

View file

@ -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 {