Kernel: Add CPUID check for 1 GiB page support

This commit is contained in:
2024-10-14 11:38:03 +03:00
parent 2b43569927
commit 5f63ea8f8a
2 changed files with 11 additions and 0 deletions

View File

@@ -80,5 +80,6 @@ namespace CPUID
bool has_nxe();
bool has_pge();
bool has_pat();
bool has_1gib_pages();
}