exectos/xtoskrnl/ke
Jozef Nagy c8a54e602b
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 26s
Disable legacy 8259 PIC before enabling APIC
Reviewed-on: #5
Reviewed-by: Rafal Kupiec <belliash@noreply.codingworkshop.git>
Co-authored-by: Jozef Nagy <schkwve@gmail.com>
Co-committed-by: Jozef Nagy <schkwve@gmail.com>
2023-11-29 20:07:16 +01:00
..
amd64 Disable legacy 8259 PIC before enabling APIC 2023-11-29 20:07:16 +01:00
i686 Disable legacy 8259 PIC before enabling APIC 2023-11-29 20:07:16 +01:00
apc.c Correct typo 2023-02-18 00:07:12 +01:00
dpc.c Add some DPC related stubs 2023-11-16 14:53:54 +01:00
event.c Initial kernel events support 2023-03-17 16:46:18 +01:00
globals.c Initialize CPU power structures, idle process and idle thread 2023-11-02 23:07:11 +01:00
kprocess.c Initial implementation of process initialization 2023-02-24 19:52:20 +01:00
krnlinit.c Add architecture related information to kernel startup string 2023-11-29 18:32:03 +01:00
kthread.c Allow to postpone thread startup 2023-11-11 16:30:53 +01:00
panic.c Fix function prototypes using fastcall and stdcall calling convensions 2023-11-25 23:25:44 +01:00
runlevel.c Fix function prototypes using fastcall and stdcall calling convensions 2023-11-25 23:25:44 +01:00
semphore.c Ad more routines for semaphores support 2023-02-17 09:40:18 +01:00
spinlock.c Update description 2023-02-16 19:27:01 +01:00
timer.c Implement kernel timer initialization routines 2023-02-16 17:56:35 +01:00