Results 1 -
2 of
2
Single Kernel Stack L4
, 2005
"... Operating systems use kernel stacks to support the execution of threads. A typical multi threaded operating system uses one kernel stack per thread. This stack per thread model consumes a significant amount of kernel memory. An alternative model is the use of a single kernel stack that is shared bet ..."
Abstract
-
Cited by 2 (0 self)
- Add to MetaCart
Operating systems use kernel stacks to support the execution of threads. A typical multi threaded operating system uses one kernel stack per thread. This stack per thread model consumes a significant amount of kernel memory. An alternative model is the use of a single kernel stack that is shared between all threads. This reduces the opersating systems memory consumption. This thesis implements the single stack kernel architecture in the L4 microkernel to evaluate the performance and memory tradeoffs. It is shown that significant memory savings can be achieved without degrading the kernels performance. Preliminary results show improvement in the kernels performance due to the single stack architecure,
Submission Date: 2006-10-31
"... an investigation into a high performance L4 microkernel without virtual memory ..."
Abstract
- Add to MetaCart
an investigation into a high performance L4 microkernel without virtual memory

