Getting to Ring 3: Difference between revisions

m
Fix typing error
[unchecked revision][unchecked revision]
m (Another little bug fix)
m (Fix typing error)
Line 26:
unsigned int code :1; //1 for code, 0 for data
unsigned int always_1 :1; //should be 1 for everything but TSS and LDT
unsigned int DPL :2; //priveledgepriviledge level
unsigned int present :1;
//and now into granularity
Anonymous user