|
|
87aa3494f9
|
Add early spin lock initialization
|
2026-03-25 15:03:33 +01:00 |
|
|
|
244af13500
|
Clarify page table entry offset semantics
|
2026-03-25 15:03:33 +01:00 |
|
|
|
e6d2574bf9
|
Fix paging abstraction for PDE/PTE virtual address calculation
|
2026-03-25 15:03:33 +01:00 |
|
|
|
6f9e537e86
|
Implement initial virtual memory layout setup
|
2026-03-25 15:03:33 +01:00 |
|
|
|
be6ad1658f
|
Update SelfMapAddress
|
2026-03-25 15:03:33 +01:00 |
|
|
|
a45cd95b6f
|
Call page table initialization
|
2026-03-25 15:03:33 +01:00 |
|
|
|
3c5bb52152
|
Add virtual address validation and system PTE helpers
|
2026-03-25 15:03:33 +01:00 |
|
|
|
3a311a0497
|
Move memory layout initialization to architecture-specific code
|
2026-03-25 15:03:33 +01:00 |
|
|
|
140b25ff76
|
Architecture-specific system PTE limits
|
2026-03-25 15:03:33 +01:00 |
|
|
|
c760016ee5
|
Extend memory layout
|
2026-03-25 15:03:33 +01:00 |
|
|
|
6a55b1a42c
|
Remove unsupported PML4/PML5 PTE interfaces
|
2026-03-25 15:03:33 +01:00 |
|
|
|
d8b2af8f1e
|
Split PTE implementation per architecture
|
2026-03-25 15:03:33 +01:00 |
|
|
|
28fc0ab435
|
Compute PTE count per page from entry size
|
2026-03-25 15:03:33 +01:00 |
|
|
|
329c22ae82
|
Implement early page table mapping routines
|
2026-03-25 15:03:33 +01:00 |
|
|
|
d27954091a
|
Add bootstrap physical page allocator
|
2026-03-25 15:03:33 +01:00 |
|
|
|
df9028d425
|
Introduce kernel virtual memory layout
|
2026-03-25 15:03:33 +01:00 |
|
|
|
540c4df13e
|
Compute PFN database size during MM initialization
|
2026-03-25 15:03:33 +01:00 |
|
|
|
0a2fb7ae38
|
Tidy up memory type verification helpers
|
2026-03-25 15:03:33 +01:00 |
|
|
|
6f824c55bb
|
Harden PFN initialization and expose page count
|
2026-03-25 15:03:33 +01:00 |
|
|
|
f371b305ad
|
Make memory type verification helpers accessible to PFN
|
2026-03-25 15:03:33 +01:00 |
|
|
|
24e20f3d8f
|
Extract PFN management into separate module
|
2026-03-25 15:03:33 +01:00 |
|
|
|
c7bfc028b6
|
Refactor memory manager initialization into MM::Manager
|
2026-03-25 15:03:33 +01:00 |
|
|
|
9492ba09a6
|
Fix GetP5eAddress return type
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4e7ab3585e
|
Add missing virtual GetPteDistance to pagemap interface
|
2026-03-25 15:03:33 +01:00 |
|
|
|
9d27778e4c
|
Add architecture-specific GetPteDistance
|
2026-03-25 15:03:33 +01:00 |
|
|
|
0796164cf8
|
Refactor XPA detection API
|
2026-03-25 15:03:33 +01:00 |
|
|
|
2f4d26b432
|
Fix incorrect pointer types
|
2026-03-25 15:03:33 +01:00 |
|
|
|
48fafd4a9a
|
Fix incorrect pointer types
|
2026-03-25 15:03:33 +01:00 |
|
|
|
1996024e96
|
Split paging interface into arch-specific code
|
2026-03-25 15:03:33 +01:00 |
|
|
|
42a96ae5c3
|
Implement virtual address resolvers for all page map levels and add XPA status accessor
|
2026-03-25 15:03:33 +01:00 |
|
|
|
f9a057db2d
|
Add MM::PageMap::GetXpaStatus() for querying PML level
|
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 |
|
|
|
117d174e6e
|
Add PFN_COUNT typedef
|
2026-03-25 15:03:33 +01:00 |
|
|
|
8334fe5a48
|
Correct LA57 paging base addresses, add self-map constants and extend PTE structures
|
2026-03-25 15:03:33 +01:00 |
|
|
|
7b7426738a
|
Add kernel parameters section and fix minor formatting issues
|
2026-03-25 15:03:33 +01:00 |
|
|
|
8d4455de88
|
Prevent duplicate object generation by linking xtoskrnl with libxtos
|
2026-03-25 15:03:33 +01:00 |
|
|
|
b7f0f07f8b
|
Add page list and PTE pool type enums
|
2026-03-25 15:03:33 +01:00 |
|
|
|
e831902363
|
Fix class name
|
2026-03-25 15:03:33 +01:00 |
|
|
|
f247726ee9
|
Add GetPageFrameNumber() to PTE interfaces
|
2026-03-25 15:03:33 +01:00 |
|
|
|
9449ee6eb1
|
Make MM::Paging::GetExtendedPhysicalAddressingStatus public
|
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 |
|
|
|
05b9bb75a7
|
Add PTE attribute definitions
|
2026-03-25 15:03:33 +01:00 |
|
|
|
d752de20f6
|
Unify PTE pointer types across MM subsystem
|
2026-03-25 15:03:33 +01:00 |
|
|
|
fd7cc019ee
|
Unify MMPML2_PTE field naming convention
|
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 |
|
|
|
bf98860ff2
|
Add input qualifiers to paging interface definitions
|
2026-03-25 15:03:33 +01:00 |
|
|
|
c2d3f2e6f4
|
Add PTE management routines
|
2026-03-25 15:03:33 +01:00 |
|
|
|
779726c4d6
|
Add missing EmptyPteList field to MMPAGEMAP_INFO
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4cf2c0c9e8
|
Implement unified PTE accessors and management helpers
|
2026-03-25 15:03:33 +01:00 |
|
|
|
576a2b7f1b
|
Enhance kernel panic output
Builds / ExectOS (i686, debug) (push) Successful in 31s
Builds / ExectOS (amd64, debug) (push) Successful in 33s
Builds / ExectOS (i686, release) (push) Failing after 39s
Builds / ExectOS (amd64, release) (push) Successful in 42s
|
2026-03-25 14:59:40 +01:00 |
|