binaryjson/Xv6-kernel-threads
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Define a new system call to create a kernel thread, called clone() , as well as one to wait for a thread called join() . Then, use clone() to build a little thread library, with a thread_create() , lock_acquire() , and lock_release()
Releases
No releases published
Languages
- C 87.6%
- Makefile 5.2%
- Assembly 4.5%
- C++ 2.1%
- Perl 0.6%