luxos/filelistAsm.txt
Tiberiu Chibici 17342b6665 [????] BUILD 0.1.1.50 DATE 9/20/2011 AT 12:43 PM
====================================================
Mainly changed: Tasking
+ Implemented multitasking
+ Switching works
? TODO: Fix other not working tasking routines
2021-09-14 18:58:06 +03:00

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