gsilvis / silvos

half-baked Silvis OS kernel
MIT License
4 stars 2 forks source link

Make spawn_new_thread return thread id to caller #79

Closed cstanfill closed 5 years ago

cstanfill commented 5 years ago

This was all implemented in the kernel, just not part of the ABI for some reason. It wasn't very important before, but with IPC it becomes interesting to know the thread id of other processes.