Tiberiu Chibici
17342b6665
==================================================== Mainly changed: Tasking + Implemented multitasking + Switching works ? TODO: Fix other not working tasking routines
19 lines
394 B
Plaintext
19 lines
394 B
Plaintext
Kernel loader
|
|
Kernel/loader.asm
|
|
|
|
HAL :: Global Descriptor Table assembly module
|
|
Kernel/hal/cpu/gdt-asm.asm
|
|
|
|
HAL :: Interrupt Descriptor Table assembly module
|
|
Kernel/hal/cpu/idt-asm.asm
|
|
|
|
HAL :: Interrupt Service Routines assembly module
|
|
Kernel/hal/cpu/isrs-asm.asm
|
|
|
|
HAL :: Interrupt Requests assembly module
|
|
Kernel/hal/cpu/irq-asm.asm
|
|
|
|
Tasking :: Assembly module
|
|
Kernel/tasking/tasking-asm.asm
|
|
|