i686 supports switching to huge pages mode with 2MB or 4MB page size only
This commit is contained in:
parent
0a47d43644
commit
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) */
|
||||
|
Loading…
Reference in New Issue
Block a user