diff options
Diffstat (limited to 'src/kernel/boot.h')
-rw-r--r-- | src/kernel/boot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kernel/boot.h b/src/kernel/boot.h index b3d3e76..9774573 100644 --- a/src/kernel/boot.h +++ b/src/kernel/boot.h @@ -4,7 +4,8 @@ #include <stdint.h> enum { - BIS_PCI = 0x80 + BIS_PCI = 0x80, + BIS_PAE = 0x40 }; enum { |