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
7
Pull Requests
1
Actions
Projects
1
Releases
Wiki
Activity
Files
4c7c914a1c779bd10b74e32d326a7b02230426d6
exectos
/
xtoskrnl
/
mm
History
Aiken Harris
4c7c914a1c
Some checks failed
Builds / ExectOS (i686, debug) (push)
Failing after 22s
Details
Builds / ExectOS (amd64, release) (push)
Failing after 24s
Details
Builds / ExectOS (amd64, debug) (push)
Failing after 27s
Details
Builds / ExectOS (i686, release) (push)
Failing after 26s
Details
Implement kernel stack allocation logic
2025-12-29 19:10:25 +01:00
..
amd64
Introduce page fault handling infrastructure
2025-12-29 14:53:43 +01:00
i686
Introduce page fault handling infrastructure
2025-12-29 14:53:43 +01:00
colors.cc
Implement PFN database initialization and memory descriptor processing
2025-12-28 23:25:07 +01:00
data.cc
Implement logic to link physical pages to PTEs
2025-12-29 18:31:16 +01:00
hlpool.cc
Replace writable flag with AttributesMask in PTE setup
2025-11-04 17:34:49 +01:00
kpool.cc
Implement kernel stack allocation logic
2025-12-29 19:10:25 +01:00
mmgr.cc
Implement PFN database initialization and memory descriptor processing
2025-12-28 23:25:07 +01:00
paging.cc
Extend PTE helpers with raw read and write support
2025-12-22 08:21:43 +01:00
pfn.cc
Implement logic to link physical pages to PTEs
2025-12-29 18:31:16 +01:00
pte.cc
Update PTE support to use safe write accessors
2025-12-28 23:39:08 +01:00