ModulesΒ§
- apic
- handlers π
- Global handlers that have several purposes and doesnβt belong in 1 place specifically
- stack_
index π
StructsΒ§
- Interrupts π
ConstantsΒ§
- MAX_
USER_ πINTERRUPTS - SPECIAL_
SCHEDULER_ INTERRUPT - SPECIAL_
SYSCALL_ INTERRUPT - USER_
INTERRUPTS_ πSTART
StaticsΒ§
- INTERRUPTS π
TraitsΒ§
FunctionsΒ§
- allocate_
basic_ πuser_ interrupt - Puts the handler in the IDT and returns the interrupt/vector number
- allocate_
user_ πinterrupt - Puts the handler in the IDT and returns the interrupt/vector number
- allocate_
user_ πinterrupt_ all_ saved - Puts the handler in the IDT and returns the interrupt/vector number
- create_
scheduler_ interrupt - create_
syscall_ interrupt - init_
interrupts