Thursday, 22 August 2013

how linux kernel realize reentrant(kernel)?

how linux kernel realize reentrant(kernel)?

All Unix kernels are reentrant : this means that several processes may be
executing in Kernel Mode at the same time. and question is how to realize
it by code ? the how to process in source code.

No comments:

Post a Comment