diff options
Diffstat (limited to 'include/x86')
-rw-r--r-- | include/x86/x86-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x86/x86-linux.h b/include/x86/x86-linux.h index 0669c8c..fc44195 100644 --- a/include/x86/x86-linux.h +++ b/include/x86/x86-linux.h @@ -4,7 +4,7 @@ #define TENATIVE 0 /* Code that is tenatively correct but hasn't yet been officially accepted */ #define E820MAP 0x2d0 /* our map */ -#define E820MAX 32 /* number of entries in E820MAP */ +#define E820MAX 128 /* number of entries in E820MAP */ #define E820NR 0x1e8 /* # entries in E820MAP */ #ifndef ASSEMBLY |