dreamos82 / Dreamos64

My experiments with osdev... again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[USER MODE] Initialize data to be able to jump in user mode

dreamos82 opened this issue · comments

  • Update GDT and create two new entries for code and data segments in user mode.
  • have a function that create a TSS item
  • Create a function to set up the tss system descriptor for the GDT and load it into the Task Register TR.

closed by #181