dennis95 / dennix

Dennix is a unix-like hobbyist operating system written from scratch.
ISC License
163 stars 13 forks source link

Multithreading #28

Closed dennis95 closed 2 years ago

dennis95 commented 2 years ago

We should allow multiple threads per process.

Some code in the kernel is not thread-safe yet, so this will need to be fixed before threads are implemented.

dennis95 commented 2 years ago

Threads have now been implemented. There might still be some thread-safety issues left but most should be solved now.