search for: ganapathy

Displaying 20 results from an estimated 57 matches for "ganapathy".

2012 May 22
0
[LLVMdev] VMKit build broken
...ely missed that point. > Just did an svn up and started off the build again. Thanks > The clang build went on fine. But subsequently, when I build vmkit, the compilation goes through fine, but when it links and does the binary creation, it fails with errors like this: /bin/sh: 1: /home/ganapathy/projects/vmkit/utils/llvm-build/llvm-build: not found llvm[2]: Building Release+Asserts Bytecode Module MMTKRuntime.bc make[2]: r: Command not found make[2]: [/home/ganapathy/projects/vmkit/Release+Asserts/lib/MMTKRuntime.bc] Error 127 (ignored) make[2]: Leaving directory `/home/ganapathy/projects/...
2012 May 22
2
[LLVMdev] VMKit build broken
Hi, On Tue, May 22, 2012 at 6:07 PM, Nicolas Geoffray <nicolas.geoffray at gmail.com> wrote: > Hi Balachandran, > > If this is a bug, it should be filed to clang, since you're compiling a file > located in the clang project. But it looks like your llvm tree and clang > tree are not in sync. Could you svn update both and see if that fixes it? > Thanks, I had done
2012 May 21
2
[LLVMdev] VMKit build broken
...cpp:507:36: error: no member named 'getCaseSuccessor' in 'llvm::SwitchInst'; did you mean 'getSuccessor'? llvm::BranchInst::Create(si->getCaseSuccessor(0), si); ^~~~~~~~~~~~~~~~ getSuccessor /home/ganapathy/projects/llvm/include/llvm/Instructions.h:2727:15: note: 'getSuccessor' declared here BasicBlock *getSuccessor(unsigned idx) const { ^ 1 error generated. make[4]: *** [/home/ganapathy/projects/llvm/tools/clang/lib/CodeGen/Release+Asserts/CGCleanup.o] Error 1 make[4]: Leaving...
2012 May 23
1
[LLVMdev] VMKit build broken
...did an svn up and started off the build again. Thanks > > > > The clang build went on fine. But subsequently, when I build > vmkit, the compilation goes through fine, but when it links and does > the binary creation, it fails with errors like this: > > /bin/sh: 1: /home/ganapathy/projects/vmkit/utils/llvm-build/llvm-build: > not found > llvm[2]: Building Release+Asserts Bytecode Module MMTKRuntime.bc > make[2]: r: Command not found > make[2]: > [/home/ganapathy/projects/vmkit/Release+Asserts/lib/MMTKRuntime.bc] > Error 127 (ignored) > make[2]: Leaving d...
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 yourself.. > and add the line > > "reg_handler(N...
2012 May 22
0
[LLVMdev] VMKit build broken
...member named 'getCaseSuccessor' in > 'llvm::SwitchInst'; did you mean 'getSuccessor'? > llvm::BranchInst::Create(si->getCaseSuccessor(0), si); > ^~~~~~~~~~~~~~~~ > getSuccessor > /home/ganapathy/projects/llvm/include/llvm/Instructions.h:2727:15: > note: 'getSuccessor' declared here > BasicBlock *getSuccessor(unsigned idx) const { > ^ > 1 error generated. > make[4]: *** > [/home/ganapathy/projects/llvm/tools/clang/lib/CodeGen/Release+Asserts/CGCleanup...
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. Thank in advance, M
2004 Feb 02
10
SYSLINUX 2.09-pre2
This version contains a fix to mbr.asm, plus a version of Murali's menu system, but ported to gcc. Although gcc produces much bigger 16-bit code (since it's really 32-bit code with prefixes) I figured it would be much easier for people to deal with since it requires the configuration to be compiled in. That being said, it's a *very* powerful menu system, partially *because*
2003 Apr 21
3
COM32 Question
Does the COMBOOT stuff with 2.04 work correctly with function calls? or does one need to write it as one huge function? If memory serves me correctly, there was some problem if hello.c was modified to include additional functions, in an earlier version. - Murali
2004 May 18
2
SYSLINUX 2.10-pre2 is out
...rd BIOSes... Changes in 2.10: * MEMDISK: Handle images compressed with zip as well as with gzip. Some Windows-based image tools apparently generate these kinds of images by default. Patch by Patrick LoPresti. * Major menu improvement from Murali Ganapathy. * ISOLINUX: Wonderfully sick and brilliant workaround for severe bugs in certain Award BIOSes; from Knut Petersen. As usual: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2003 May 28
1
Cross Subnet WINS?
...somewhere that windows does some kind of "optimization" with slow networks. Is it possible that this is a result of that? or am I way of the target here? - Murali -----Original Message----- From: mike@bizittech.com [mailto:mike@bizittech.com] Sent: Wednesday, May 28, 2003 6:39 AM To: ganapathy murali krishnan Subject: Re: [Samba] Cross Subnet WINS? If you want it to work the win wks must be able to resolve the name SAMBASERVER . Unfortunateley the only way it can is through wins . So you need to add a dns entry to your privtate dns with a hostname SAMBASERVER.yourdomain.com and use t...
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
...s that it will contain the name of the kernel to run. So once the menu system returns a pointer to this datastructure, the user will see that the action is RUN and execute the kernel specified by the data field. - Murali Marc Haisenko wrote: >On Tuesday 20 January 2004 16:34, Murali Krishnan Ganapathy wrote: > > >>Thanks for your reply. Here is my first attempt at a file format for >>describing the menu. >> >>menus 5 # I am declaring 5 menus numbered 0,1,2,3,4 >>menusize 10 # All of them have atmost 10 items >> >>Are these two necessary ? C...
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
2011 Jul 04
1
Ubuntu version
hi! http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.1/Ubuntu/glusterfs_3.2.1-1_amd64.deb Which version of Ubuntu was it built for? Maybe it can be used for any version of it? Are the build script available for download? Thank you, tamas
2003 Jan 14
2
ISOLinux + PXELinux
Is it possible to have a isolinux based boot CD, where one of the options is to boot off the network. This would mean, 1. The kernel that one boots into is on the network and not on the CD. So easy to make changes. 2. One does not need a 'PXE enabled' network card. - Murali
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
2004 Feb 14
0
Memdisk/floppy image question
...Ford wrote: > Please do post. I use 2.88 images and didn't know that I could have a > larger > image. > > Thanks. > >> -----Original Message----- >> From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] >> On Behalf Of Murali Krishnan Ganapathy >> Sent: Tuesday, February 10, 2004 6:15 PM >> To: syslinux at zytor.com >> Subject: Re: [syslinux] Memdisk/floppy image question >> >> >> I meant that the script should do all the things necessary to create >> a floppy image, including >> >> *...
2006 Nov 22
2
Problem with "additional" submenus
Hello all, First off, thanks for the great work. I have recently added "more submenus" to a functioning advanced menu that only had one "submenu off of the main menu before" The addition of the new submenus has caused the main menu to not function correctly and I have been pouring over the code for several weeks and I just cannot see the error that I have introduced. This
2005 Apr 05
5
memdisk - reboot loaded image
Is there a method to reboot a memdisk (floppy) image? I'm working on a DOS-based installation floppy that needs to repartition the hard disk prior to proceeding. DOS will only recognize the updated partition table after a reboot, but I'd like to be able to save information to the currently loaded memdisk floppy disk and simply reboot the image. Possible? I haven't had any luck with
2003 Nov 26
3
SYSLINUX 2.08-pre5 released
Goodness, how many prereleases has there been in the last week... have lost count... Anyway, I have implemented the already-promised chainbooting API, and have included a sample program to chainboot floppies (it works for harddisks too, but only for the MBR.) As a bonus, in the process I actually discovered that booting .bs/.bss images under SYSLINUX was actually broken... that has been