i686 supports switching to huge pages mode with 2MB or 4MB page size only
已通過所有檢查
Builds / ExectOS (amd64) (push) Successful in 25s
Builds / ExectOS (i686) (push) Successful in 26s

此提交包含在:
2024-01-18 14:48:43 +01:00
父節點 0a47d43644
當前提交 c716ad81f0

查看文件

@@ -22,7 +22,7 @@ typedef enum _PAGE_SIZE
{
Size4K,
Size2M,
Size1G
Size4M
} PAGE_SIZE, *PPAGE_SIZE;
/* Page Table entry structure definition (with PAE support) */