similar to: Running Wine.

Displaying 20 results from an estimated 30000 matches similar to: "Running Wine."

2012 Oct 04
2
[LLVMdev] Interprocedural Register Allocation
Hi Jakob, On Thu, Oct 4, 2012 at 1:31 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote: > > On Oct 4, 2012, at 2:47 AM, Madhusudan C.S <madhusudancs at gmail.com> wrote: > > However, I was reading the DeveloperPolicy page and the policy for making > major > changes asks the developers to discuss the work here before proceeding. > So, I am > writing this
2012 Dec 07
0
[LLVMdev] Interprocedural Register Allocation
Hi Jakob, I have been trying to learn how the CodeGen passes work and I am playing around with the -debug-pass option. I tried implementing a bare CallGraphSCCPass based Pass in the CodeGen which basically does nothing for now. I mostly tried to replicate what RegAlloc passes do. I did this instead of modifying the existing RegAlloc passes to use CallGraphSCCPass because that was becoming way too
2012 Oct 04
2
[LLVMdev] Interprocedural Register Allocation
Hi Jakob, On Thu, Oct 4, 2012 at 2:31 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote: > > On Oct 4, 2012, at 2:27 PM, "Madhusudan C.S" <madhusudancs at gmail.com> > wrote: > > Basically, the PrologEpilogInsertion pass will add a bit mask to >> MachineModuleInfo describing which registers are clobbered by the function >> being compiled. Later,
2011 Sep 05
0
Syslinux Digest, Vol 101, Issue 26
Thank you. Can I find any BIOS interrupt to wait on packet arrival NIC interrupt that can be used in COM32 program? And, how do I extend pxelinux.0 that enables this feature in PXE UDP RECEIVE INTERRUPT? Is gPXE has such kind of interrupt? On Thu, Sep 1, 2011 at 12:30 AM, <syslinux-request at zytor.com> wrote: > Send Syslinux mailing list submissions to > syslinux at
2011 Oct 04
2
PXE API for network interfaces.
Hi, I am looking for a PXE API to count and display the mac addrsses of all the connected nics to the machine. Any help on this will be highly appreciated. Thank you, Madhusudan M I
2012 Oct 04
0
[LLVMdev] Interprocedural Register Allocation
On Oct 4, 2012, at 2:27 PM, "Madhusudan C.S" <madhusudancs at gmail.com> wrote: > Basically, the PrologEpilogInsertion pass will add a bit mask to MachineModuleInfo describing which registers are clobbered by the function being compiled. Later, when compiling the callers, that bit mask is used to initialize the regmask operands on call instructions. > > So the idea is to
2012 Nov 02
2
[LLVMdev] Interprocedural Register Allocation
On Oct 31, 2012, at 1:41 PM, Madhusudan C.S <madhusudancs at gmail.com> wrote: > I have spent last 4 weeks trying to figure out how to implement > Interprocedural Register Allocation. I must admit that I was really > overwhelmed with LLVM's codebase while trying to figure this out :) > There is so much to know! I think I have reached a point where I > have some sort of
2012 Oct 04
2
[LLVMdev] Interprocedural Register Allocation
Hello everyone, I have been interested in compilers, especially in the optimization aspects from quite some time now. I don't know if I have a decent background to brag about, but all I can say is that I have tried very small things related to building a compiler [0]. However I admit that I am still new to a lot of things. Like many others who are interested in compilers, I am interested
2012 Oct 04
0
[LLVMdev] Interprocedural Register Allocation
On Oct 4, 2012, at 2:47 AM, Madhusudan C.S <madhusudancs at gmail.com> wrote: > However, I was reading the DeveloperPolicy page and the policy for making major > changes asks the developers to discuss the work here before proceeding. So, I am > writing this mail to kickoff a discussion. I would really like to contribute to LLVM and > I think this is a good place for me to start.
2012 Oct 31
0
[LLVMdev] Interprocedural Register Allocation
Hi Jakob, I have spent last 4 weeks trying to figure out how to implement Interprocedural Register Allocation. I must admit that I was really overwhelmed with LLVM's codebase while trying to figure this out :) There is so much to know! I think I have reached a point where I have some sort of basic understanding of what needs to be done, but I need some help from here on. So here is the
2017 Feb 18
1
SMB Multichannel use-cases
Thanks for your response! In other words, would the client be encouraged to open multiple connections with the server to access multiple files in parallel? -Madhu On Saturday, February 18, 2017, Jeremy Allison <jra at samba.org> wrote: > On Fri, Feb 17, 2017 at 09:09:10AM +0530, Madhusudan R via samba wrote: > > Hello, > > > > I'd like to understand the use-cases
2005 Mar 22
5
Issues with de-installation...
Hi, I have a system running FC2 with SAMBA-3.0.10-1.fc2 installed on it. I tried de-installing it, but it failed as follows: [root@cobra /]# rpm -e samba error: Failed dependencies: samba is needed by (installed) system-config-samba-1.2.22-0.fc2.1 samba = 0:3.0.10 is needed by (installed) samba-swat-3.0.10-1.fc2 Can anyone suggest how I could go about de-installing the kit?
2004 Nov 03
3
Trust between SAMBA and NT server
Hello, I'm having problems getting the SAMBA domain to trust an NT domain. The following is how I went about the exercise: 1. On the NT domain, I added the SAMBA domain A/C in the TRUSTING DOMAINS list, providing a certain password. 2. On the SAMBA domain, I executed the following command feeding the same password given in step 1, but without success: [root@cobra root]# net rpc trustdom
2005 Mar 23
3
Problems while installing...
Hi, I have two Linux systems, one running FC2 and the other Mandrake 10.1. When I tried installing Samba 3.0.11 on both the systems, I get the following error: # rpm -i samba-3.0.11-1.i386.rpm samba-common-3.0.11-1.i386.rpm warning: samba-3.0.11-1.i386.rpm: V3 DSA signature: NOKEY, key ID f17f9772 error: Failed dependencies: liblber-2.2.so.7 is needed by samba-3.0.11-1
2014 Sep 29
2
[LLVMdev] Alias Analysis across functions
Hi, I am trying to get the alias info for the following code. The alias analysis returns "MayAlias" for arrays "A" and "B" in both the functions instead of "NoAlias". What passes should I run in opt before the alias analysis pass to get the accurate result? Example: //Note: static and called by func() only. static int sum(int *A, int *B) { int i = 0,
2012 Jan 23
5
Help with Wine and running exe w/ possible malware?
An exe file that I want to run on linux made for windows comes up as a Trojan on VirusTotal - how would I run it without it affecting my system? Is there any way that I can run this program on my Linux system without possibly getting a virus? Other people have told me that it would affect your wine prefix located normally inside ~/.wine and that any program running inside a wine prefix has only
2017 Sep 14
2
Running COS 7.1708 on VirtualBox 5.1.28
Anyone else having issues getting the VB drivers to load on 1708? I keep gettting an "Error: unable to find the sources of your current Linux kernel..." message. I do have kernel-devel installed and I had no issues running 1611 on the same host. Thanks
2017 Sep 14
1
Running COS 7.1708 on VirtualBox 5.1.28
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Nicolas > Kovacs > Sent: Thursday, September 14, 2017 3:34 PM > To: centos at centos.org > Subject: Re: [CentOS] Running COS 7.1708 on VirtualBox 5.1.28 > > Le 14/09/2017 ? 21:32, Ken Gramm a ?crit?: > > Anyone else having issues getting the VB drivers to load on 1708? >
2010 Jun 30
3
wine vs virtualbox
hi! what is the difference between wine and a virtualisation like virtualbox? what are advantages and disadvantages compared to each other? peter
2004 Oct 27
2
Avoiding user home directories
Hi, When I connect to SAMBA using a particular username, apart from the shares I created, it appears that the home directory of the user logging in also shows up in the share list. I searched for a parameter using which I could control this, but was unsuccessful. The [HOMES] section of my SMB.CONF looks like: [homes] comment = Home Directories read only = No create mask