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
6
Pull Requests
1
Actions
Projects
1
Releases
Wiki
Activity
All Workflows
build.yml
Actor
All actors
belliash
harraiken
Status
All status
Success
Failure
Waiting
Running
Implement MmpSetPteCaching function for AMD64 architecture
build.yml #778
:
Commit
a9dd1eaacd
pushed by
harraiken
harraiken_mm
2025-08-17 21:52:39 +02:00
43s
Implement PTE manipulation functions for AMD64 architecture
build.yml #777
:
Commit
f30d3df5b3
pushed by
harraiken
harraiken_mm
2025-08-17 21:49:19 +02:00
34s
Fix type usage in XtpMapHardwareMemoryPool
build.yml #776
:
Commit
c3ece4f317
pushed by
harraiken
harraiken_mm
2025-08-17 00:52:21 +02:00
44s
Refactor hardware memory mapping to use page map routine callbacks
build.yml #775
:
Commit
1e11acee72
pushed by
harraiken
harraiken_mm
2025-08-17 00:48:48 +02:00
27s
Implement PML2/PML3 page table routines
build.yml #774
:
Commit
57193eecc0
pushed by
harraiken
harraiken_mm
2025-08-17 00:45:56 +02:00
32s
Assign page map routines
build.yml #773
:
Commit
720d525b95
pushed by
harraiken
harraiken_mm
2025-08-17 00:30:16 +02:00
27s
Introduce architecture-specific page map routines
build.yml #772
:
Commit
f77f2bbf92
pushed by
harraiken
harraiken_mm
2025-08-17 00:24:06 +02:00
35s
Relocate page mapping helpers and add PML5 support
build.yml #771
:
Commit
0ed59f223c
pushed by
harraiken
harraiken_mm
2025-08-16 21:08:41 +02:00
36s
Implement page map info initialization
build.yml #770
:
Commit
de2973ac42
pushed by
harraiken
harraiken_mm
2025-08-16 20:29:02 +02:00
34s
Remove PageMapLevel from the loader information block
build.yml #769
:
Commit
8491e5fed1
pushed by
harraiken
harraiken_mm
2025-08-16 20:19:22 +02:00
35s
Consolidate paging-related globals into MmpPageMapInfo
build.yml #768
:
Commit
6a330e38f2
pushed by
harraiken
harraiken_mm
2025-08-16 20:15:06 +02:00
32s
Define page map information structure for both supported architectures
build.yml #767
:
Commit
1dcd3fceed
pushed by
harraiken
harraiken_mm
2025-08-16 20:09:11 +02:00
35s
Prepare for architecture-specific paging initialization
build.yml #766
:
Commit
5768d4bba6
pushed by
harraiken
harraiken_mm
2025-08-16 19:58:55 +02:00
38s
Adapt i686 memory mapping to new PML3 types
build.yml #765
:
Commit
f85fe31b38
pushed by
harraiken
harraiken_mm
2025-08-16 00:37:14 +02:00
28s
Update forward declarations for PML2/PML3 types
build.yml #764
:
Commit
22f81a106b
pushed by
harraiken
harraiken_mm
2025-08-16 00:34:15 +02:00
36s
Separate types for legacy (PML2) and PAE (PML3) paging
build.yml #763
:
Commit
7e08dc286e
pushed by
harraiken
harraiken_mm
2025-08-16 00:30:47 +02:00
25s
Add definitions for 5-level paging and refactor constants
build.yml #762
:
Commit
3ca6d04f6b
pushed by
harraiken
harraiken_mm
2025-08-16 00:23:31 +02:00
43s
Rename MM_LA57_SHIFT to MM_P5I_SHIFT for consistency
build.yml #761
:
Commit
e57985da8d
pushed by
harraiken
harraiken_mm
2025-08-15 20:50:20 +02:00
43s
Merge branch 'master' into harraiken_mm
build.yml #760
:
Commit
8a23cc444f
pushed by
harraiken
harraiken_mm
2025-08-15 11:31:48 +02:00
44s
Use __asm__ to comply with disabled GNU extensions
build.yml #759
:
Commit
2e0a87e596
pushed by
harraiken
master
2025-08-15 11:29:42 +02:00
1m0s
Use __asm__ to comply with disabled GNU extensions
build.yml #758
:
Commit
e8771dfc5b
pushed by
harraiken
harraiken_mm
2025-08-15 00:34:36 +02:00
44s
Revert 'Fix broken HlpInitializeAcpiSystemDescriptionTable implementation'
build.yml #757
:
Commit
030575592c
pushed by
harraiken
harraiken_mm
2025-08-13 21:05:08 +02:00
43s
Revert 'Fix broken HlpInitializeAcpiSystemDescriptionTable implementation'
build.yml #756
:
Commit
030575592c
pushed by
harraiken
master
2025-08-11 23:31:27 +02:00
43s
revert 'Fix broken HlpInitializeAcpiSystemDescriptionTable declaration'
build.yml #755
:
Commit
88fba6d408
pushed by
harraiken
master
2025-08-11 23:30:31 +02:00
25s
Resolve potential PDE conflict in non-PAE boot path
build.yml #754
:
Commit
2375a653fe
pushed by
harraiken
master
2025-08-11 20:59:45 +02:00
43s
Add debug messages to display PML set by bootloader
build.yml #753
:
Commit
bf291613a3
pushed by
harraiken
master
2025-08-10 18:08:12 +02:00
43s
Fix broken HlpInitializeAcpiSystemDescriptionTable declaration
build.yml #752
:
Commit
406c0a0cd2
pushed by
harraiken
master
2025-08-10 17:50:31 +02:00
1m5s
Fix broken HlpInitializeAcpiSystemDescriptionTable implementation
build.yml #751
:
Commit
c9f9f87973
pushed by
harraiken
master
2025-08-10 17:48:38 +02:00
19s
Add missing forward declaration to resolve compile issue
build.yml #750
:
Commit
383d5eeb06
pushed by
harraiken
master
2025-08-10 17:44:10 +02:00
41s
Replace hardcoded PML level with dynamic detection using XtpDeterminePagingLevel
build.yml #749
:
Commit
dce2c50b9d
pushed by
harraiken
master
2025-08-10 17:40:16 +02:00
33s
First
Previous
...
6
7
8
9
10
...
Next
Last