banan-os/kernel/arch/x86_64
Bananymous 27eb5af6f0 Kernel: Rework interrupt mechanism
All interruptrable classes now inherit from Interruptable which
has methdo handle_irq which is called on a interrupt.
2023-10-05 18:53:45 +03:00
..
GDT.cpp Kernel: GDT tss selector is now 16 bit value 2023-05-06 17:34:22 +03:00
IDT.cpp Kernel: Rework interrupt mechanism 2023-10-05 18:53:45 +03:00
PageTable.cpp Kernel: Add pointer validation API to page table 2023-09-22 17:20:35 +03:00
Signal.S Kernel: align userspace stacks 2023-08-03 18:09:48 +03:00
Thread.S Kernel/LibC: pass environ pointer to process 2023-06-05 21:12:08 +03:00
boot.S All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
crt0.S Kernel/LibC: pass environ pointer to process 2023-06-05 21:12:08 +03:00
crti.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
crtn.S Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
interrupts.S Kernel: Change signal kernel API 2023-07-23 18:33:10 +03:00
linker.ld Kernel/LibC: Add bareboness signals 2023-07-21 15:45:02 +03:00