diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-12-18 15:18:38 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-12-18 15:18:38 -0800 |
commit | c090016fca51da531709a6b5c03f9e7ecc7e6214 (patch) | |
tree | 77769ad39b7d04f0ce1e90c7b5d3e388ebc2ea71 | |
parent | 56b3575ff7c6392ef5721b408685933eb0676b40 (diff) | |
download | syslinux.git-c090016fca51da531709a6b5c03f9e7ecc7e6214.tar.gz syslinux.git-c090016fca51da531709a6b5c03f9e7ecc7e6214.tar.xz syslinux.git-c090016fca51da531709a6b5c03f9e7ecc7e6214.zip |
NEWS: chain.c32 now always returns to text mode.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ Changes in 3.84: * vesamenu.c32: new MENU RESOLUTION directive to set a screen resolution other than 640x480. * chain.c32: add support for loading isolinux.bin. + * chain.c32: make sure to always return to text mode. Changes in 3.83: * PXELINUX: clear memory before handing over to a chainloaded |