Displaying 20 results from an estimated 3000 matches similar to: "Advanced Menu system..."
2010 Dec 05
2
CMENU file handling problems.
I'm writing something that's based on Murali Krishnan Ganapathy's CMENU
system,
except mine's driven by a menu.txt file that I supply (mostly so I can
edit the
menu.txt wherever I happen to be and so I won't need a syslinux build
environment
everytime the menu structure changes).
I'm able to build up menus that do what I expect, so that's good.
However, I want to be
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 Nov 28
2
Advanced Menu features
Hi All,
I hope to find some time to work on the Advanced menu system. I
personally no longer have a need for it (changed jobs). Since I dont
want to spend time doing stuff which will not be useful, I would to
know what features you would like.
What I have in my list are
* Eliminate the need to compile each menu into its own .c32 file
* Eliminate #define constants in menu.h which impose various
2005 Nov 06
2
Does advanced menu actually support ontimeout?
I've finally gotten around to playing with the advanced menu, though
the complex example is definitely still beyond me. I'm trying to
figure out a few basics from it, such as the tab key for line editing
(don't know what I've done wrong here since it seems like I copied
that part right) and the timeout. It looks to me like the only
ontimeout implemented so far is an option to not
2008 Mar 06
4
PXELINUX "Fancy" advanced menu question
Hello.
I am trying to run advanced dialog-like menus from com32.
But I can not boot anything... ? it always fails. :-)
So, my /path/to/pxelinux.cfg/default looks like this:
--------------8<--------------
DEFAULT pxemenu/fancy.c32
PROMPT 0
IMPLICIT 1
TIMEOUT 600
LABEL test
MENU LABEL Test
KERNEL suse10_3/vmlinuz
APPEND initrd=suse10_3/initrd.img ....(and so on)....
2004 Apr 05
1
Comboot menu crashes when it goes off screen
It works!
Now, is there a way to use this handler multiple times so different
submenus can have different position values.
-Aaron
On Fri, 2 Apr 2004, ganapathy murali krishnan wrote:
> You write your own menupos_handler (like in complex.c) and register the
> handler.
>
> So all you need to do is to copy the code for the menupos_handler from
> complex.c and modify it to suit
2008 Jan 18
3
Comboot Menu System
On the SysLinux page, there is a screenshot of "COMBOOT Menu System for
SYSLINUX developed by Murali Krishnan Ganapathy" (Advanced Menu System).
I was wondering where I might be able to download this menu system in
full to work with? If you dont want to share, I understand, but I am
really intrigued by this and want to learn more, and maybe make my own
design if I can figure it out.
2009 Apr 15
2
The maximum number of rows in a com32 menu
Hey Murali,
While playing with HDT which uses your menu, I found I can't reach more
than 24 rows whereas my screen is 25.
set_windows_size() relies on getnumrows() to define the maximum number
of possible rows.
But regarding to getnumrows() code, it sounds to report "// Actually
numrows - 1".
On my screen which is 80x25, getnumcols x getrowcols reports 80x24.
The
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
Thanks for the comment. The next pass for a file format ...
------ FILE BEGINS -----
# Comment lines
[menu]
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | whatever
submenu= <number>
data="arbitrary string"
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | RUN | EXIT
submenu=
2004 Aug 12
3
Menu for PXELinux
I'd like to add a user-friendly menuing system to pxelinux
replacing/enhancing the default on the pxelinux.cfg/default
Where can I find instructions on how to get started?
Regards,
Conrad Lawes
Sr. Technical Analyst
Argon Technology
2004 Apr 27
2
Gcc 3.4.0 and syslinux-2.09 menu
The menu directory won't compile with gcc 3.4.0 because gcc complains
that "ebp" cannot be used as a constraint. If preserving ebp is
necessary then it will have to be done in the assembler code. Gcc 3.3.3
just seems to ignore the constraint. It didn't do anything special to
preserve the register.
I also noticed that getnumrows returns the contents of 0x484 which is
the
2004 May 29
8
arrow-driven menu with pxelinux.0?
Hello!
Is there a way to make an arrow-driven menu with pxelinux?
Cheers
Alex
2009 Feb 13
1
How to define the main menu style
Hey Murali,
I'm currently playing with the menu system (against latest git).That's a
very nice toy you gave us, thanks ;o)
I was just wondering if it's possible to put the main menu as a single
line on top of the screen instead of having a big box on the top left on
the screen.
Having a single line a the top would leave me a lot of space for the sub
menu.
Erwan,
2002 Nov 16
3
Dynamic Menu based on what isolinux can read from your local filesystem
Comments inline
> -----Original Message-----
> From: H. Peter Anvin [mailto:hpa at zytor.com]
> Posted At: Thursday, November 14, 2002 1:40 AM
> Posted To: Syslinux
> Conversation: [syslinux] MSDOS not working: problem Solved
> Subject: Re: [syslinux] MSDOS not working: problem Solved
>
>
> G. Murali Krishnan wrote:
> >
> > In short: Is it possible to
2004 Feb 03
2
SYSLINUX 2.09-pre5 - Menu Depth "Feature"
HPA,
I believe I've found a possible bug with /menu.
This against the unmodified -pre5 snapshot.
SRC: http://www.survivaldisk.com/menutest.c
COMPILED: http://www.survivaldisk.com/menutest.com
It's easiest explained if you just compile the .c and experience it for
yourself, anyways.
If you have two submenus nested within each other and then call a third menu
it will bring up the
2008 Jan 16
1
menu(s) won't compile because of missing header file
If you cd to the /menu directory and type 'make' it
fails with this error:
libmenu/help.c:17:57: error: loadfile.h: No such file
or directory
libmenu/help.c: In function 'showhelp':
libmenu/help.c:99: warning: implicit declaration of
function 'loadfile'
make: *** [libmenu/help.o] Error 1
The problem can be averted by adding the proper header
location the file
2004 Oct 07
1
Menu examples?
Hi all,
I'm looking for some menu examples for Murali's menu system.
Specifically, a headstart on creating a Kickstart menu which covers the
most common options with the intention of creating this:
label ks.menu
kernel vmlinuz.ks.$DIST
append ksdevice=eth0
ks=http://kickstartserver/$DIST/Custom/ks.cfg.$DIST
initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192
Hmm...looking
2007 Dec 17
8
Queue calls drop to voicemail intermittantly
Can anyone tell me what might cause callers on hold in a queue to drop
into agents voicemail boxes?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071217/ae6cba5a/attachment.htm
2013 Mar 12
1
Strange Problem with Samba and WIndows 2012 Domain forest
Hello,
I work in a corp with a lot of active directory domains (20 in total)
in a forest, these 18 are in windows 2003 with '2003 level mode' and
twin in AD 2012 with '2012 level mode'.
There is a domain hierarchy like this:
. Domain2003A <----------Trust
relation------------->Doman2012X<------Trust relation----->Domain2012Y
|- Domain2003B
|- Domain2003C
.
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)