This website requires JavaScript.
Explore
CodingWorkshop
CodingWorkshop Site
Community Issues
Help
Register
Sign In
xt-sys
/
exectos
Watch
3
Star
5
Fork
2
You've already forked exectos
Code
Issues
4
Pull Requests
Actions
Projects
1
Releases
Wiki
Activity
Files
8080e072811db73d5337d70bb6df8b2baff170dc
exectos
/
xtoskrnl
/
ke
/
amd64
History
Aiken Harris
8080e07281
All checks were successful
Builds / ExectOS (amd64, debug) (push)
Successful in 33s
Details
Builds / ExectOS (amd64, release) (push)
Successful in 31s
Details
Builds / ExectOS (i686, release) (push)
Successful in 38s
Details
Builds / ExectOS (i686, debug) (push)
Successful in 40s
Details
Fix stack pointer miscalculation caused by adding KERNEL_STACK_SIZE twice
2026-05-17 14:38:44 +02:00
..
dispatch.cc
Implement SwitchContext() and SwitchThreadStack() routines
2026-05-06 22:25:39 +02:00
krnlinit.cc
Fix stack pointer miscalculation caused by adding KERNEL_STACK_SIZE twice
2026-05-17 14:38:44 +02:00
kthread.cc
Replace all occurrences of NULL with NULLPTR for unified C and C++ null pointer handling
2025-09-16 15:59:56 +02:00
proc.cc
Refactor processor block initialization and add registration function
2026-05-14 13:15:55 +02:00