summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2004-04-23 04:14:15 +0000
committerhpa <hpa>2004-04-23 04:14:15 +0000
commit8340f5e03ec7d5abd68f55a76e7e8c9bf8a29ecc (patch)
tree8ac11a986ee15e3202e12905eb3487cb36e34017 /ldlinux.asm
parentda71d74b613d9f5aa065e921bcec5a1b4d41c95e (diff)
downloadsyslinux-8340f5e03ec7d5abd68f55a76e7e8c9bf8a29ecc.tar.gz
Better E820 memory parsersyslinux-2.09-pre15
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 138ad6a6..675b3e16 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -148,6 +148,8 @@ EndofDirSec resw 1 ; = trackbuf+bsBytesPerSec-31
alignb 4
E820Buf resd 5 ; INT 15:E820 data buffer
+E820Mem resd 1 ; Memory detected by E820
+E820Max resd 1 ; Is E820 memory capped?
HiLoadAddr resd 1 ; Address pointer for high load loop
HighMemSize resd 1 ; End of memory pointer (bytes)
RamdiskMax resd 1 ; Highest address for a ramdisk