feature: start to implements isrs

This commit is contained in:
2024-10-01 20:24:33 +02:00
parent 5fe4d12c12
commit 64a3f6ee0d
6 changed files with 167 additions and 5 deletions

View File

@ -33,4 +33,4 @@ void init_idt(void)
{
idtr.size = 8 * IDT_SIZE - 1;
idtr.offset = (uint32_t)&idt_entries;
}
}