summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/linux-i386-zero-page.txt3
-rw-r--r--include/x86/x86-linux.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/linux-i386-zero-page.txt b/doc/linux-i386-zero-page.txt
index bbdf726..e2582a6 100644
--- a/doc/linux-i386-zero-page.txt
+++ b/doc/linux-i386-zero-page.txt
@@ -75,5 +75,4 @@ Offset Type Description
0x224 unsigned short setup.S heap end pointer
0x290 - 0x2cf EDD_MBR_SIG_BUFFER (edd.S)
0x2d0 - 0x600 E820MAP
-0x600 - 0x7ff EDDBUF (edd.S) for disk signature read sector
-0x600 - 0x7eb EDDBUF (edd.S) for edd data
+0xd00 - 0xeec EDDBUF (edd.S) for edd data
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