search for: islinux

Displaying 7 results from an estimated 7 matches for "islinux".

Did you mean: isolinux
2002 Aug 09
0
islinux can't load kernel :-(
Hello ! I am using the debug version of isolinux but it's verbosity doesn't help me... here is my booting screenshot : (from screen to paper and then to screen :-) -Starting, up DL = F0 -Loaded spec packet Ok, drive = F0 -Sector size appears to be 0800 -Loading main image from LBA = 00048399 -Sectors to load = 0004 -Loaded boot image, verifying... -Main image read, jumping to main
2007 Jan 18
1
Changing the contents of installation cd so as to include a new kernel
...changed isolinux.cfg so that it would boot into my kernel. I then made a fresh new ISO and tried to boot off it. However, when I boot I get the following error "Cannot find kernel image: vmlinuz-rhel". I cant figure out where the boot loader is looking for vmlinuz and initrd (besides the islinux directory) and if there are any other norms that Im not sticking too. Thanks, Janice. __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/
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 global register and have made it available to the register allocator. This works if we can initialize GP at the entry of every function, as we do now, but will not otherwise. On Wed, Aug 15, 2012 at 10:17 P...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...ed 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 global register and have made it available to the register allocator. This works if we can initialize GP at the entry of every function, as we do now, but will not otherwise. Yes that...
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
2013 Apr 01
0
[LLVMdev] proposed change to class BasicTTI and dual mode mips16/32 working
...Reloc::Model _RM) : + Reloc::Model _RM, MipsTargetMachine *_TM) : MipsGenSubtargetInfo(TT, CPU, FS), MipsArchVersion(Mips32), MipsABI(UnknownABI), IsLittle(little), IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false), IsLinux(true), HasSEInReg(false), HasCondMov(false), HasSwap(false), HasBitCount(false), HasFPIdx(false), InMips16Mode(false), InMicroMipsMode(false), HasDSP(false), HasDSPR2(false), - RM(_RM) + AllowMixed16_32(Mixed16_32), + RM(_RM), OverrideMode(NoOverride), TM(_TM) { std::string CPUName = C...
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