search for: csprint

Displaying 3 results from an estimated 3 matches for "csprint".

Did you mean: sprint
2013 Nov 12
1
syslinux ansi <-> vesa color mapping
I have noticed anything using ANSI escape sequences to color text does not work if syslinux is in VESA mode. It only works if the \1#, \2#, or \3# are used. This means that libmenu which relies on csprint fails to render colors in VESA mode. I noticed the default color table has a complete table generated at runtime for all VGA color combinations, which csprint also does but from VGA attributes on an as needed basis. I was thinking maybe I could find a way to bridge it so that csprint can switch fro...
2006 Nov 22
2
Problem with "additional" submenus
...ll various Linux distributions", OPT_SUBMENU, "Linux Kickstart Options", 0); curr = showmenus(find_menu_num("PXE Menu")); if (curr) { if (curr->action == OPT_RUN) { if (issyslinux()) runsyslinuxcmd(curr->data); else csprint(curr->data,0x07); return 1; } csprint("Error! Bad things have happened to the network boot menu", 0x07); } return 0; }
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu). Consider: BIOS->(DHCP-TFTP)->pxelinux.0 works fine. BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy