|
|
eb621e0264
|
Extend PTE helpers with raw read and write support
|
2026-03-25 15:03:33 +01:00 |
|
|
|
ed769e023f
|
Respect architecture-specific PTE layouts and write PTEs via PML-aware helpers
|
2026-03-25 15:03:33 +01:00 |
|
|
|
244af13500
|
Clarify page table entry offset semantics
|
2026-03-25 15:03:33 +01:00 |
|
|
|
9d27778e4c
|
Add architecture-specific GetPteDistance
|
2026-03-25 15:03:33 +01:00 |
|
|
|
f210c9e334
|
Refactor PageMap to enable architecture-specific VA translation
|
2026-03-25 15:03:33 +01:00 |
|
|
|
f247726ee9
|
Add GetPageFrameNumber() to PTE interfaces
|
2026-03-25 15:03:33 +01:00 |
|
|
|
34586d8fa1
|
Replace writable flag with AttributesMask in PTE setup
|
2026-03-25 15:03:33 +01:00 |
|
|
|
d752de20f6
|
Unify PTE pointer types across MM subsystem
|
2026-03-25 15:03:33 +01:00 |
|
|
|
8e48153852
|
Add input qualifiers to page map interface definitions
|
2026-03-25 15:03:33 +01:00 |
|
|
|
c2d3f2e6f4
|
Add PTE management routines
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4cf2c0c9e8
|
Implement unified PTE accessors and management helpers
|
2026-03-25 15:03:33 +01:00 |
|
|
|
fabf3a3a5e
|
Replace all occurrences of NULL with NULLPTR for unified C and C++ null pointer handling
Builds / ExectOS (amd64, release) (push) Failing after 24s
Builds / ExectOS (amd64, debug) (push) Successful in 27s
Builds / ExectOS (i686, debug) (push) Successful in 27s
Builds / ExectOS (i686, release) (push) Failing after 25s
|
2025-09-16 15:59:56 +02:00 |
|
|
|
404595801d
|
Migrate MM subsystem to C++
Builds / ExectOS (amd64, debug) (push) Failing after 24s
Builds / ExectOS (amd64, release) (push) Failing after 23s
Builds / ExectOS (i686, debug) (push) Failing after 22s
Builds / ExectOS (i686, release) (push) Failing after 21s
|
2025-09-15 22:15:07 +02:00 |
|