Clean up HAL VMM

This commit is contained in:
2025-09-21 13:26:05 +02:00
parent 3f2c35f4cb
commit 83a28bd25b

View File

@ -30,10 +30,6 @@ typedef struct {
uint16_t pml3; uint16_t pml3;
uint16_t pml2; uint16_t pml2;
uint16_t pml1; uint16_t pml1;
/* uint64_t pml4; */
/* uint64_t pml3; */
/* uint64_t pml2; */
/* uint64_t pml1; */
} PACKED PgIndex; } PACKED PgIndex;
typedef struct { typedef struct {
@ -50,11 +46,6 @@ typedef struct {
uint64_t addr: 40; uint64_t addr: 40;
uint16_t osdef: 11; uint16_t osdef: 11;
bool nx: 1; bool nx: 1;
/* bool zero0: 1; */
/* bool size: 1; */
/* bool zero1: 1; */
/* uint8_t avail: 3; */
/* uint64_t addr: 52; */
} PACKED Pte; } PACKED Pte;
typedef struct { typedef struct {