diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-01 13:50:58 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-01 13:50:58 -0700 |
commit | 4cfcede66002a1c0caf1fdc2d4123a3096f6233f (patch) | |
tree | 8f8a6f8d73a84bf7576e06852a2d7538ece23530 /NEWS | |
parent | 0e612202f1e71e14694986c6073f044a1c41b507 (diff) | |
download | syslinux-3.74-pre15.tar.gz syslinux-3.74-pre15.tar.xz syslinux-3.74-pre15.zip |
NEWS: document new com32 memory managementsyslinux-3.74-pre15
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ Changes in 3.74: * Suppress the Loading ... message if "quiet" is specified on the kernel command line. * Fix the use of "CONSOLE 0" with menu.c32. + * Allow COM32 modules to be aware of all memory even in the + presence of a memory hole. The "linux.c32" module can be + used to load a kernel (or memdisk) plus large initrd on + such a system. Changes in 3.73: * Upgrade gPXE to release version 0.9.5. |