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
Expand CR4, MSR, and EFER register definitions
build.yml #785
:
Commit
ebae8c655c
pushed by
harraiken
harraiken_mm
2025-08-20 00:01:02 +02:00
45s
Update and correct CR4 bit definitions
build.yml #784
:
Commit
1a0bc7f65f
pushed by
harraiken
harraiken_mm
2025-08-19 21:46:19 +02:00
44s
Implement PML5 support in XtpMapHardwareMemoryPool
build.yml #783
:
Commit
91a5db2ee4
pushed by
harraiken
harraiken_mm
2025-08-18 12:14:46 +02:00
44s
Implement PML5 self-mapping
build.yml #782
:
Commit
b639bf3077
pushed by
harraiken
harraiken_mm
2025-08-18 12:00:03 +02:00
44s
Correct VA masking in AMD64 page mapping functions
build.yml #781
:
Commit
c409400cbf
pushed by
harraiken
harraiken_mm
2025-08-18 01:08:23 +02:00
43s
Temporarily disable LA57 paging
build.yml #780
:
Commit
d602038858
pushed by
harraiken
harraiken_mm
2025-08-18 00:11:32 +02:00
46s
Align parameters in PTE manipulation functions
build.yml #779
:
Commit
017b8603d5
pushed by
harraiken
harraiken_mm
2025-08-17 21:56:20 +02:00
43s
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
First
Previous
...
4
5
6
7
8
...
Next
Last