dreamos82 / Dreamos64

My experiments with osdev... again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[SYSCALLS] Syscall layer bootstrap

dreamos82 opened this issue · comments

  • Allocate interrupt number
  • Create idt entry (it needs to have dpl = 3)
  • update idt exception handler
  • create handling function for the syscall