Skip to content

binaryjson/Xv6-kernel-threads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.6%
  • Makefile 5.2%
  • Assembly 4.5%
  • C++ 2.1%
  • Perl 0.6%