|
|
44a217ea14
|
Update function documentation and remove debug prints
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4a26507228
|
Remove manual virtual address tracking from boot sequence
|
2026-03-25 15:03:33 +01:00 |
|
|
|
33d41a9442
|
Relocate kernel and modules to KSEG0 memory space
|
2026-03-25 15:03:33 +01:00 |
|
|
|
d2374799eb
|
Temporary fix for PAE addressing limits and KSEG0 base mapping
|
2026-03-25 15:03:33 +01:00 |
|
|
|
0ee46924a7
|
Prevent adding referenced pages to the free list
|
2026-03-25 15:03:33 +01:00 |
|
|
|
3384556543
|
Correctly setup PFN database for ROM and in-use pages
|
2026-03-25 15:03:33 +01:00 |
|
|
|
3b8359042b
|
Ensure every page in a bad memory region is marked as bad
|
2026-03-25 15:03:33 +01:00 |
|
|
|
c8fa998e38
|
Make memory descriptor processing architecture-dependent
|
2026-03-25 15:03:33 +01:00 |
|
|
|
807b0a736f
|
Add logic to insert pages at the head of standby list
|
2026-03-25 15:03:33 +01:00 |
|
|
|
cb61566e8b
|
Add temporary fallback for BeginStandbyList insertion
|
2026-03-25 15:03:33 +01:00 |
|
|
|
41eed4c7ad
|
Allow PFN insertion at the beginning of standby list
|
2026-03-25 15:03:33 +01:00 |
|
|
|
042d0fa03a
|
Optimize system PTE deallocation by avoiding immediate and expensive TLB flush
|
2026-03-25 15:03:33 +01:00 |
|
|
|
6accbfd2ae
|
Replace ULONG with PFN_COUNT in system PTE variables
|
2026-03-25 15:03:33 +01:00 |
|
|
|
ec27cb7f76
|
Fix deadlock by reducing lock scope
|
2026-03-25 15:03:33 +01:00 |
|
|
|
bfa5cddb57
|
Add missing semicolon
|
2026-03-25 15:03:33 +01:00 |
|
|
|
f8cdcc3f75
|
Implement kernel stack deallocation and physical page freeing logic
|
2026-03-25 15:03:33 +01:00 |
|
|
|
602e837e11
|
Add mechanism to free system PTEs and merge adjacent clusters
|
2026-03-25 15:03:33 +01:00 |
|
|
|
0ca04a7dfe
|
Clean up paging code
|
2026-03-25 15:03:33 +01:00 |
|
|
|
3270f920dd
|
Remove dead code from paging and PTE management
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4f6e8bc07a
|
Initialize system PTEs with arch-specific list terminator
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4aa841650a
|
Abstract PTE list terminator into paging layer
|
2026-03-25 15:03:33 +01:00 |
|
|
|
c5ea9e4489
|
Add support for transitioning PTE to invalid state
|
2026-03-25 15:03:33 +01:00 |
|
|
|
c6041b02ae
|
Add explicit default initialization for MM::Colors::ModifiedPages list
|
2026-03-25 15:03:33 +01:00 |
|
|
|
0153b2fb33
|
Properly handle bad physical pages
|
2026-03-25 15:03:33 +01:00 |
|
|
|
e0bcac3722
|
Implement generic PFN list linking function
|
2026-03-25 15:03:33 +01:00 |
|
|
|
466b0c8eab
|
Introduce helper functions for querying the software prototype and transition bits of PTE
|
2026-03-25 15:03:33 +01:00 |
|
|
|
374f404324
|
Introduce per-page-color modified page lists
|
2026-03-25 15:03:33 +01:00 |
|
|
|
6308fd048b
|
Remove redundant check for invisible memory regions
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4963ff5367
|
Initialize PTE template dynamically to resolve build warnings
|
2026-03-25 15:03:33 +01:00 |
|
|
|
e0e3482326
|
Prevent initialization of invisible memory ranges
|
2026-03-25 15:03:33 +01:00 |
|
|
|
896803e248
|
Improve formatting
|
2026-03-25 15:03:33 +01:00 |
|
|
|
b5ebd24f24
|
Adjust thread initialization to match new stack allocator signature
|
2026-03-25 15:03:33 +01:00 |
|
|
|
e1144da195
|
Simplify stack page count calculation
|
2026-03-25 15:03:33 +01:00 |
|
|
|
0c9ea2ed20
|
Implement kernel stack allocation logic
|
2026-03-25 15:03:33 +01:00 |
|
|
|
43d0e8932d
|
Implement logic to link physical pages to PTEs
|
2026-03-25 15:03:33 +01:00 |
|
|
|
d88fa93df9
|
Introduce page fault handling infrastructure
|
2026-03-25 15:03:33 +01:00 |
|
|
|
9cfc22e1f3
|
Reserve space for color tables to fix invalid memory access
|
2026-03-25 15:03:33 +01:00 |
|
|
|
d9a95527f3
|
Ensure page map structures are self-mapped
|
2026-03-25 15:03:33 +01:00 |
|
|
|
47606faded
|
Initialize paged pool sizing logic
|
2026-03-25 15:03:33 +01:00 |
|
|
|
b6c5bae289
|
Minor style fixes in MM includes
|
2026-03-25 15:03:33 +01:00 |
|
|
|
330c9e3eaf
|
Update PTE support to use safe write accessors
|
2026-03-25 15:03:33 +01:00 |
|
|
|
2854f77159
|
Refactor memory clearing calls and cleanup code style
|
2026-03-25 15:03:33 +01:00 |
|
|
|
75dfcec5a6
|
Implement PFN database initialization and memory descriptor processing
|
2026-03-25 15:03:33 +01:00 |
|
|
|
f33fa0fdaf
|
Expose PFN database lookup via GetPfnEntry
|
2026-03-25 15:03:33 +01:00 |
|
|
|
cdad8ffe2c
|
Implement tracking of available physical pages
|
2026-03-25 15:03:33 +01:00 |
|
|
|
425780de69
|
Initialize system PTE pools and implement reservation routines
|
2026-03-25 15:03:33 +01:00 |
|
|
|
446d9af325
|
Initialize system page tables and configure kernel mappings
|
2026-03-25 15:03:33 +01:00 |
|
|
|
536d59c3a8
|
Include mm/colors.cc in kernel build configuration
|
2026-03-25 15:03:33 +01:00 |
|
|
|
4192e93157
|
Introduce page coloring support to memory manager
|
2026-03-25 15:03:33 +01:00 |
|
|
|
b32c66110b
|
Add storage for PFN database size
|
2026-03-25 15:03:33 +01:00 |
|