next up previous contents index
Next: 10.6.1 Memory Model Up: 10 Kernel Support Library: Previous: 10.5.10 gate_init: install gate

(X86) Base Environment

   

The base environment code for the x86 architecture is designed to assist the OS developer in dealing with much of the ``x86 grunge'' that OS developers typically would rather not worry about. The OSKit provides easy-to-use primitives to set up and maintain various common flavors of x86 kernel environments without unnecessarily constraining the OS implementation. The base environment support on the x86 architecture is divided into the three main categories: segmentation, paging, and trap handling. The base environment support code in each category is largely orthogonal and easily separable, although it is also designed to work well together.





University of Utah Flux Research Group