similar to: islinux can't load kernel :-(

Displaying 11 results from an estimated 11 matches similar to: "islinux can't load kernel :-("

2002 Aug 15
1
Re: isolinux doesn't load kernel
Hello ! I have only 2 questions concerning my problem : 1) is there any limitation on the size of the kernel with isolinux ? (mine is 1230215 bytes. perhaps it's too big ?) 2) Is isolinux compatible with the use of the -z option of mkisofs, (transparent iso compression) even if the isolinux directory is not concerned by the compression ? That's all. sylvain
2007 May 15
1
zisofs-tools sloppy option does not work
This isn't a syslinux issue, but I don't see a mailing list setup for the zisofs tools. Forgive me if this is sent to the wrong place. The sloppy option does not work as documented in the mkzftree man page. Here is the patch I used to enable it. --- zisofs-tools-1.0.7/mkzftree.c.sloppy 2007-05-15 08:42:20.000000000 -0400 +++ zisofs-tools-1.0.7/mkzftree.c 2007-05-15
2007 Jan 18
1
Changing the contents of installation cd so as to include a new kernel
Hi, I have CentOS 4.4 with me. I want to change the default kernel during installation, from 2.6.9 to 2.6.15. I got myself a copy of vmlinuz and initrd.img from the RHEL AS 4.0 installation cd and copied it as vmlinuz-rhel and initrd-rhel.img respectively into the isolinux folder on the CentOS cd. I changed isolinux.cfg so that it would boot into my kernel. I then made a fresh new ISO and tried to
2012 Aug 17
2
[LLVMdev] MIPS & GP register
(forwarding to llvm-dev) ---------- Forwarded message ---------- From: Akira Hatanaka <ahatanak at gmail.com> Date: Fri, Aug 17, 2012 at 2:35 PM Subject: Re: [LLVMdev] MIPS & GP register To: Carl Norum <carl at lytro.com> Will something like this fix the problem? if (!Subtarget.isLinux()) { reserve GP and GP_64 } To improve code, we have stopped reserving GP as a dedicated
2012 Aug 17
0
[LLVMdev] MIPS & GP register
On Aug 17, 2012, at 2:36 PM, Akira Hatanaka wrote: > (forwarding to llvm-dev) > > ---------- Forwarded message ---------- > From: Akira Hatanaka <ahatanak at gmail.com> > Date: Fri, Aug 17, 2012 at 2:35 PM > Subject: Re: [LLVMdev] MIPS & GP register > To: Carl Norum <carl at lytro.com> > > > Will something like this fix the problem? > > if
2008 Mar 19
6
Neverwinter Nights 2: almost everything black on start
Hi everyone ! I installed NWN2 from DVD, with all updates (last 1.11.1153 FR) and face one big problem as I tried to play : Almost everything, except for the game interface, is turned black when the game starts. Please look here to see what I mean : ------ [Image: http://designed2.free.fr/screenshots/t_missing.jpg ] bigger picture here (http://designed2.free.fr/screenshots/missing.png) ------ It
2007 Jan 17
4
OOT: Advice on failover rsync setup
Hi all, I have a task on setting up a cluster of 2 servers for providing ftp service. We use RH's Cluster suite. However the cluster setup is lack of shared network storage, so the /var/ftp/pub is mounted on each server. The cluster is set with Master and Slave configuration (when the master is down, slave serves. and when master is up again, slaves gives up the service back to master). We
2001 Apr 06
12
Help!!
HI, I am working as research assistant at South dakota University, in Computing Services Dept. Right now we are working on Suse Linux, We are trying to configure Samba Server on a linux machine. But when we try to open the file/folders in Windows NT machine. Then it ask for user name and Password. Where the global parametrs are set to open to all and all password are set to NO. Now I dont
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here:
2013 Apr 01
0
[LLVMdev] proposed change to class BasicTTI and dual mode mips16/32 working
On 04/01/2013 12:31 PM, Chandler Carruth wrote: > On Thu, Mar 28, 2013 at 12:22 PM, Nadav Rotem <nrotem at apple.com > <mailto:nrotem at apple.com>> wrote: > > IMHO the right way to handle target function attributes is to > re-initialize the target machine and TTI for every function (if > the attributes changed). Do you have another solution in mind ?
2013 Apr 01
3
[LLVMdev] proposed change to class BasicTTI and dual mode mips16/32 working
On Thu, Mar 28, 2013 at 12:22 PM, Nadav Rotem <nrotem at apple.com> wrote: > IMHO the right way to handle target function attributes is to > re-initialize the target machine and TTI for every function (if the > attributes changed). Do you have another solution in mind ? I don't really understand this. TargetMachine and TTI may be quite expensive to initialize. Doing so for