smunix.os

FacebookTwitter

4.-The GDT and IDT

The GDT and the IDT are descriptor tables. They are arrays of flags and bit values describing the operation of either the segmentation system (in the case of the GDT), or the interrupt vector table (IDT). They are, unfortunately, a little theory-heavy, but bear with it because it'll be over soon! http://www.jamesmolloy.co.uk/tutorial_html/4.-The%20GDT%20and%20IDT.html
Builder

http://www.informit.com/articles/article.aspx?p=29961&seqNum=4

Object moved

Every time the CPU accesses virtual memory, a virtual address must be translated to the corresponding physical address. Conceptually, this translation requires a page-table walk, and with a three-level page table, three memory accesses would be required. In other words, every virtual access would result in four physical memory accesses.
wikipedia

http://www.scons.org/wiki/FrontPage

FrontPage - SCons Wiki

Welcome to the home of the SCons wiki (hosted by Pair Networks )!