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
8
Pull Requests
2
Actions
Projects
1
Releases
Wiki
Activity
Files
b95613787a95be255565495bd7cffdf07f0b365f
exectos
/
xtoskrnl
/
mm
History
Aiken Harris
b95613787a
All checks were successful
Builds / ExectOS (amd64, debug) (push)
Successful in 23s
Details
Builds / ExectOS (i686, release) (push)
Successful in 26s
Details
Builds / ExectOS (i686, debug) (push)
Successful in 37s
Details
Builds / ExectOS (amd64, release) (push)
Successful in 39s
Details
Strip MM_POOL_PROTECTED flag to maintain NT compatibility and ensure correct pool tracking hash lookups
2026-03-24 08:39:47 +01:00
..
amd64
Decouple pool initialization and validation from allocation logic
2026-03-18 20:31:06 +01:00
i686
Decouple pool initialization and validation from allocation logic
2026-03-18 20:31:06 +01:00
alloc.cc
Strip MM_POOL_PROTECTED flag to maintain NT compatibility and ensure correct pool tracking hash lookups
2026-03-24 08:39:47 +01:00
colors.cc
Refactor memory layout structure
2026-01-29 22:10:26 +01:00
data.cc
Add expansion table and overflow handling for pool tag tracking
2026-03-24 08:13:05 +01:00
hlpool.cc
Replace writable flag with AttributesMask in PTE setup
2025-11-04 17:34:49 +01:00
kpool.cc
Remove temporary hack and allocate processor structures from non-paged pool
2026-03-22 23:40:15 +01:00
mmgr.cc
Implement pool allocations and frees tracking
2026-03-23 18:54:18 +01:00
paging.cc
Unify PTE type definitions across architectures
2026-03-15 20:23:44 +01:00
pfn.cc
Track valid physical memory pages using a PFN bitmap
2026-03-17 00:05:33 +01:00
pool.cc
Implement core pool allocation and deallocation logic
2026-03-21 20:35:02 +01:00
pte.cc
Refactor memory layout structure
2026-01-29 22:10:26 +01:00