However, i get a overflow error (trying to fit a value that is larger than possible).
How would i fix this overflow error?
Current code as of now is at DixiumOS-1 repo here.
Problem is located at interrupts/idt.c, function idt_install, at line
Code: Select all
idtp.limit = (sizeof (struct idt_entry) * 256) - 1;