diff options
author | hpa <hpa> | 2003-04-16 05:27:56 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-04-16 05:27:56 +0000 |
commit | 22d11fcbf8b13f72ab859f58768ed3b3b21440df (patch) | |
tree | 00ec0fe750ad00bbb4382478b385bd0ade533054 | |
parent | bb526a0a47411574a4f7195a4ecbed1214609b0c (diff) | |
download | syslinux-22d11fcbf8b13f72ab859f58768ed3b3b21440df.tar.gz |
Document 2.03 E820 memory map bugsyslinux-2.04-pre2
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |