Displaying 3 results from an estimated 3 matches for "getcbuf".
Did you mean:
get_buf
2004 Jun 12
0
Possible source problem in 2.10-pre5
...nux.asm syslinux-2.10-pre5/ldlinux.asm
--- syslinux-2.09/ldlinux.asm 2004-04-23 06:14:15.000000000 +0200
+++ syslinux-2.10-pre5/ldlinux.asm 2004-05-30 00:11:23.000000000 +0200
@@ -1482,6 +1483,6 @@
; This is a compile-time assert that we didn't run out of space
%ifndef DEPEND
%if (getcbuf+trackbufsize) > vgafontbuf
-%error "Out of memory, better reorganize something..."
+; %error "Out of memory, better reorganize something..."
%endif
%endif
--
Andrea Mazzoleni
935A 2D3C 5C70 BCD6 CB0C ED89 7C19 4321 6340 3F6D
2002 Oct 21
2
strange problem with pxelinux - Config file size limit?
Hi,
I have some strange problem with pxelinux. I have a quite big config file (>8K), with much labels
(29), long append's and some texts on the F-Keys (F1-F5). This works as expected, pxelinux
loads all labels without a peep.
Now I added 'kbdmap kbd-de' to this config file - and I get strange errors all over. pxelinux
reports several times 'Unknown keyword in config file.'
2008 Mar 01
0
SYSLINUX 3.62 released
...nu: support sha256 and sha512 passwords
Working on version 3.62
comboot: guarantee at least 256 shuffle descriptors
Handle arbitrary numbers of shuffle descriptors
Document changes
shuffle: avoid computing block lists that will never converge
Remove last users of getcbuf; reclaim the address space
Change command line limit to 2047 characters
simple menu: extend command line size to 2047 characters
NEWS: document longer command line limit.
getc: don't clobber AH; return CF=1, AL=0 on end of file
Switch the display file and graphics...