<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: "Randy.Dunlap" &lt;rddunlap@osdl.org&gt;

Add x86 EFI zero-page usage to i386 docs.



---

 Documentation/i386/zero-page.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)

diff -puN Documentation/i386/zero-page.txt~document-efi-zero-page-usage Documentation/i386/zero-page.txt
--- 25/Documentation/i386/zero-page.txt~document-efi-zero-page-usage	2004-01-14 18:16:52.000000000 -0800
+++ 25-akpm/Documentation/i386/zero-page.txt	2004-01-14 18:37:48.000000000 -0800
@@ -28,8 +28,13 @@ Offset	Type		Description
 
  0xa0	16 bytes	System description table truncated to 16 bytes.
 			( struct sys_desc_table_struct )
- 0xb0 - 0x1df		Free. Add more parameters here if you really need them.
+ 0xb0 - 0x1c3		Free. Add more parameters here if you really need them.
 
+0x1c4	unsigned long	EFI system table pointer
+0x1c8	unsigned long	EFI memory descriptor size
+0x1cc	unsigned long	EFI memory descriptor version
+0x1d0	unsigned long	EFI memory descriptor map pointer
+0x1d4	unsigned long	EFI memory descriptor map size
 0x1e0	unsigned long	ALT_MEM_K, alternative mem check, in Kb
 0x1e8	char		number of entries in E820MAP (below)
 0x1e9	unsigned char	number of entries in EDDBUF (below)

_
</pre></body></html>