search for: viritu

Displaying 10 results from an estimated 10 matches for "viritu".

Did you mean: virito
2005 Aug 22
4
Usin ISO Linux & Memdisk to create a Viritual Floppy drive that Linux & Windows can load driver disk from.
...r big OEM vendors to sell computers & servers without floppy drives. Unfortunatly both Windows and Linux (RedHat) need a floppy drive to load storage drivers etc. during installation. This is what I was thinking: Use ISOLINUX and MEMDISK to load a floppy image of a driver disk into memory as a viritual floppy drive "A:"/"/dev/fda" And then "chainload" into Windows Installation and be able to F6 and load the driver of the viritual floppy drive. Would this be possilble? I would like to create a CD with several driver disks, and possibly eaven some diagnostic tools...
2005 Aug 22
2
Usin ISO Linux & Memdisk to create a Viritual Floppydrive that Linux & Windows can load driver disk from.
...ssage----- > From: syslinux-bounces at zytor.com > [mailto:syslinux-bounces at zytor.com] On Behalf Of H. Peter Anvin > Sent: Monday, August 22, 2005 10:28 AM > To: Jensas, Harald > Cc: SYSLINUX at zytor.com > Subject: Re: [syslinux] Usin ISO Linux & Memdisk to create a > Viritual Floppydrive that Linux & Windows can load driver disk from. > > > Harald_Jensas at Dell.com wrote: > > Hi, > > > > It is becoming a bad habit for big OEM vendors to sell computers & > > servers without floppy drives. Unfortunatly both Windows and Linux...
2005 Sep 20
2
[LLVMdev] Requiring LiveIntervals
One of my pass requires LiveIntervals to build the interference graph, because LiveVariables do not provide an interface to iterate through all viritual registers. But LiveIntervalAnalysis.h is not in "include/llvm/CodeGen", so I have to either include it by: #include "../../llvm/lib/CodeGen/LiveIntervalAnalysis.h" or point my project include path to "llvm/lib/CodeGen" (I use Visual Studio). Why LiveIntervalAnal...
2005 Sep 20
0
[LLVMdev] Requiring LiveIntervals
On Tue, 20 Sep 2005, Tzu-Chien Chiu wrote: > One of my pass requires LiveIntervals to build the interference graph, Ok. > because LiveVariables do not provide an interface to iterate through > all viritual registers. Ok, you could add a method to LiveVariables that returns VirtRegInfo.size(). The virtual registers are defined by the range: [MRegisterInfo::FirstVirtualRegister, MRegisterInfo::FirstVirtualRegister+VirtRegInfo.size()] Alternatively, the same information can be obtained from the...
2016 Jun 20
2
Intended behavior of CGSCC pass manager.
......); Stash (B); // store the object in some container to be retrieved later ... } SomeTask() { Base *B = findObject(...); B->vCall(); // do the work } Driver() { Caller(); // create objects ... SomeTask(); } Set aside the fact that it is usually much harder to do de-viritualization in this case, assuming the virtual call in SomeTask can be devritualized. What we need is that the virtual functions are processed before SomeTask node, but this is not guaranteed unless we also model the call edge ordering imposed by control flow. However, this is enforcing virtual me...
2005 Sep 20
2
[LLVMdev] Requiring LiveIntervals
On 20/09/05, Chris Lattner <sabre at nondot.org> wrote: > > because LiveVariables do not provide an interface to iterate through > > all viritual registers. > > Ok, you could add a method to LiveVariables that returns > VirtRegInfo.size(). The virtual registers are defined by the range: > [MRegisterInfo::FirstVirtualRegister, > MRegisterInfo::FirstVirtualRegister+VirtRegInfo.size()] > > Alternatively, the same inf...
2010 Nov 21
2
Thief: The dark project
...register_window Window 0x50030 is not registered with wined3d. err:mmtime:TIME_MMTimeStop Timer still active?! Running in a seperate bottle, wine ver 1.3.7 opensuse 11.3 (tried all wine versions available in repo) set wincfg to winver = win 98 and i'v tired win 95 too, running the game in viritual desktop sizes 800x600 and 640x768. with same result. upon launching thief.exe the viritual window opens black and i get an from wine stating it have to close the app. I'v played around with winetricks and so forth with no apparent change in behavior. posted output is from a "clean&quot...
2006 Dec 06
0
samba as file server with more than one account server
Hi, Is it possible to have a samba storage cluster attached to more than one domain? Maybe a virtual server were each viritual server runs different daemons and smb.conf files? Is this possible, and would it be to complicated to manage? Peter Nyberg Institutionen f?r Biokemi och Biofysik (DBB) Sv.Arrhenius v?gen 12 106 91 Stockholm Tel: 08-16 24 69
2005 Sep 21
0
[LLVMdev] Requiring LiveIntervals
On Tue, 20 Sep 2005, Tzu-Chien Chiu wrote: > On 20/09/05, Chris Lattner <sabre at nondot.org> wrote: >>> because LiveVariables do not provide an interface to iterate through >>> all viritual registers. >> >> Ok, you could add a method to LiveVariables that returns >> VirtRegInfo.size(). The virtual registers are defined by the range: >> [MRegisterInfo::FirstVirtualRegister, >> MRegisterInfo::FirstVirtualRegister+VirtRegInfo.size()] >> >> A...
2016 Jun 17
3
Intended behavior of CGSCC pass manager.
On Fri, Jun 17, 2016 at 12:27 AM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Jun 17, 2016 at 12:10 AM, Xinliang David Li <davidxl at google.com> > wrote: > >> >> >> On Thu, Jun 16, 2016 at 11:51 PM, Sean Silva <chisophugis at gmail.com> >> wrote: >> >>> >>> >>> On Thu, Jun 16, 2016 at 11:07