diff options
author | hpa <hpa> | 2005-06-16 05:52:44 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-06-16 05:52:44 +0000 |
commit | 5aeaaa84cb331cddd257b5b97d28b375ccfbe3ec (patch) | |
tree | 3d46a1993af4526b9f42b46d4b927007abb0db33 /NEWS | |
parent | 9fae82c913d8980c73d705e0031703177f40b70e (diff) | |
download | syslinux.git-syslinux-3.09-pre2.tar.gz syslinux.git-syslinux-3.09-pre2.tar.xz syslinux.git-syslinux-3.09-pre2.zip |
Change command line to 511 characters; 1023 caused .bss overrunssyslinux-3.09-pre2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,8 @@ them. Changes in 3.09: * gcc4 compilation fix. * <BEL> (Ctrl-G) in message files now causes a beep. + * Reduce the command line to 511 characters; 1023 caused + memory overflows. Changes in 3.08: * SYSLINUX: Fix performance regression (-s mode always @@ -24,7 +26,7 @@ Changes in 3.08: BIOS flash programs. * COM32 module to boot Multiboot systems, including Xen. See com32/modules/mboot.doc. - * Max command line changed to 1024 characters. Note that the + * Max command line changed to 1023 characters. Note that the kernel proper still can only handle 255 characters without patching, and COM16 binaries can only handle 125 characters. |