summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2003-04-16 05:27:56 +0000
committerhpa <hpa>2003-04-16 05:27:56 +0000
commit22d11fcbf8b13f72ab859f58768ed3b3b21440df (patch)
tree00ec0fe750ad00bbb4382478b385bd0ade533054
parentbb526a0a47411574a4f7195a4ecbed1214609b0c (diff)
downloadsyslinux-22d11fcbf8b13f72ab859f58768ed3b3b21440df.tar.gz
Document 2.03 E820 memory map bugsyslinux-2.04-pre2
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ff577120..c69fea81 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ Changes in 2.04:
* MEMDISK: Fix a memory offset computation error when
installing compressed disks which generally would cause
1 MB of memory to be wasted.
+ * MEMDISK: Fix installing the E820 memory map. Calling
+ INT 15h AX=0E820h with MEMDISK 2.03 loaded would give a
+ completely corrupt memory map.
Changes in 2.03:
* Actually support comment lines in the configuration file.