This website requires JavaScript.
Explore
CodingWorkshop
CodingWorkshop Site
Community Issues
Help
Register
Sign In
xt-sys
/
exectos
Watch
3
Star
5
Fork
3
You've already forked exectos
Code
Issues
3
Pull Requests
1
Actions
Projects
1
Releases
Wiki
Activity
exectos
/
xtoskrnl
/
ke
History
Aiken Harris
c2a4ad026a
All checks were successful
Builds / ExectOS (amd64, debug) (push)
Successful in 37s
Details
Builds / ExectOS (i686, release) (push)
Successful in 27s
Details
Builds / ExectOS (amd64, release) (push)
Successful in 28s
Details
Builds / ExectOS (i686, debug) (push)
Successful in 22s
Details
Implement KD subsystem, add serial & framebuffer debug providers
2025-09-04 10:49:40 +02:00
..
amd64
Implement KD subsystem, add serial & framebuffer debug providers
2025-09-04 10:49:40 +02:00
i686
Implement KD subsystem, add serial & framebuffer debug providers
2025-09-04 10:49:40 +02: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
Fix KeDbgPrint prototype to use PCWSTR
2025-09-03 10:29:21 +02:00
info.c
Add generic kernel information support
2025-09-03 21:00:18 +02:00
kprocess.c
Initial implementation of process initialization
2023-02-24 19:52:20 +01:00
krnlinit.c
Implement KD subsystem, add serial & framebuffer debug providers
2025-09-04 10:49:40 +02:00
kthread.c
Rework initial timer support
2024-04-20 23:15:57 +02:00
kubsan.c
Initialize UBSAN mismatch data without relying on memset()
2025-07-09 10:40:15 +02:00
panic.c
Implement KD subsystem, add serial & framebuffer debug providers
2025-09-04 10:49:40 +02: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
Implement basic kernel spinlock mechanism
2024-02-05 22:07:39 +01:00
sysres.c
Refactor system resources to be able to distinguish if requested resource does not exist or if it is locked and cannot be reused
2024-06-22 18:54:34 +02:00
timer.c
Update timers support
2024-04-21 13:57:55 +02:00