search for: opt_run

Displaying 9 results from an estimated 9 matches for "opt_run".

Did you mean: opt_out
2006 Nov 22
2
Problem with "additional" submenus
...error that I have introduced. This happens with both syslinux 3.20-pre8 and newer versions (sorry, I want to say 3.31 something, but don't have exact version number this was tried with other than 3.20-pre8) What was a single first-level menu off of the main menu now instead of having all "OPT_RUN" items now has additional "OPT_SUBMENU" items to aid in organization. I'll refer to this menu as the first-level submenu, because all of the subsequent submenus work perfectly off of this first-level submenu. The best description of what is happening is this: Instead of the mai...
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
2004 Oct 07
1
Menu examples?
...it, that's not much more than a single OPT_RADIOMENU. valhalla = add_item("Custom <V>alhalla","WC Customised RedHat 7.3",OPT_RADIOITEM,"valhalla",0); add_sep(); startks = add_item("Start <K>ickstart","Start RedHat Kickstart install",OPT_RUN,"ks.menu",0); But then I'll need to a handler to append all the options. valhalla->handler = &dist_handler; Any advice appreciated. Examples even more :) Regards, Virgil -- WebCentral Pty Ltd Australia's #1 Internet Web Hosting Company Level 6, 100 Wickh...
2004 Jul 21
1
using menu's to boot kernels
...of server they want to build based upon the isolinux.cfg selections. My goal is to use Murlai's menuing system instead because the large number of configs is taking too much screen real estate. Looking at simple.c I see entries like: add_item("Linux Rescue","linresc",OPT_RUN,"linresc",0); So I suppose I need to add an item to the menu that specifies a kernel and it's appendeable options (like isolinux.cfg).. How do I accomplish this? I know it's probably a simple answer as but... James S. Martin, RHCE Contractor Administrative Office of the Unite...
2004 Jan 16
6
Comboot Menu
Since lot of people want this thing, I will try to take a stab at it. For now, I will hard code the menu in the code, and then somebody else can remove that restriction. May be we can add some kind of keyword to the config file which syslinux ignores and the comboot menu does something with it. I have one question about comboot: If I write a DOS program using C (compiled using watcom -3 -mt -osx
2006 Mar 10
1
Add_Item Help
...I'm trying to implement the complex menu system, which I can't. I figure out how it works, but I don't now where I'm wrong. I think that the problem is in this sentence, in the Kernel parameter: add_item("<I>magenes","Option para la descarga de Imagenes",OPT_RUN,"*memdisk/memdisk initrd=RisMenus/RisDisk.IMg*",0); I can load the GUI and change/add items, but when I try to load an Image just like in the simple menu, I can't figure it out. How can I do to load this floppy Image? Sorry, for my bad English! Daniel Chavez
2006 Jul 28
1
question regarding memdisk, and menu/complex.c or simple.c
has anyone got memdisk to work directly? i mean such as: add_item("W98 Boot","Windows 98 Boot",OPT_RUN, "memdisk initrd=98se.ima",0); I have tried various methods, and I get the same results: Loading memdisk....Ready. MEMDISK 3.11 2005-09-02 Copyright 2001-2005 H. Peter Anvin MEMDISK: No ramdisk image specified! I know I can setup (in my case) pxelinux.cfg/default with a lab...
2008 Sep 22
2
[LLVMdev] Problems with written function pass
...namespace{ RegisterPass<GA_VHDL_Pass> X("GA_VHDL_Pass", "Create VHDL- Code out of a genome",false); } Followed by the Makefile: RELEASE=$(shell /work0/llvm-2.2/Debug/bin/llvm-config --build-mode) .PHONY: opt_out .PHONY: opt.o.ll #.PHONY: opte .PHONY: opt.o #opt_run:opt.o.s opt.o.ll opt_run: opt opt.o.ll cat opt.o.ll # opt.o.ll: opt.o /work0/llvm-2.2/$(RELEASE)/bin/llvm-dis -o opt.o.ll opt.o opt.o: a.out.bc /work0/llvm-2.2/$(RELEASE)/bin/opt --load /work0/llvm-2.2/$ (RELEASE)/lib/MParSchedule.so --load /work0/llvm-2.2/$(RELEASE)/lib/ LL...
2006 Nov 03
1
Looks Like another Novice question here
...still need the default file and what goes in it, how do I compile the .c file and with what options do I compile it with. I just need a little more guidance than the documentation provides, and when I get through I might put together a better how-to on the issue, and also in the simple.c file the OPT_RUN, "what goes in here",0); is it my path of the boot image for that menu item. And guys and gals thanks for all of your help on this issue. Bryan Pershall BP Computer Consultants IT Consultant MCSE/Dell Certified Office: 281-469-6456 Cell: 281-732-7225 -------------- nex...