f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
683 stars 145 forks source link

Add pthread library #108

Closed rampant1018 closed 9 years ago

rampant1018 commented 9 years ago

Because @georgekang had implemented pager, pthread should reuse the pager function. The original pthread design is unnecessary.

Some basic pthread function have been implemented:

jserv commented 9 years ago

Great work! Thanks