Getting to Ring 3: Difference between revisions

m
little bugfix
[unchecked revision][unchecked revision]
m (→‎Entering Ring 3: Typo fix)
m (little bugfix)
Line 123:
// Firstly, let's compute the base and limit of our entry into the GDT.
uint32_t base = (uint32_t) &tss_entry;
uint32_t limit = base + sizeof(tss_entry);
 
// Now, add our TSS descriptor's address to the GDT.
250

edits