similar to: [LLVMdev] OS Development

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] OS Development"

2007 Jun 16
0
[LLVMdev] OS Development
On Fri, 15 Jun 2007, Willow Schlanger wrote: > I'm interested in developing a 64-bit operating system to run inside a > version of BOCHS compiled with x86-64 support enabled > (bochs-2.2.6-x86-64.exe) that I found on the web. > > Can I use LLVM as a GCC replacement for OS development? I need to > generate 64-bit x86-64 assembly language output which I can then > assemble
2008 Jul 28
1
[LLVMdev] Problem
On Sun, Jul 27, 2008 at 10:15 PM, Willow Schlanger <wschlanger at gmail.com> wrote: > Yes I am running Vista. I tried running the program as an Administrator > but I get the same error. What is a valid -mtune argument I can try? generic *is* a valid value for mtune; however, it's was added to gcc relatively recently. This is only a rough guess, but the most likely issue is that
2008 Jul 27
2
[LLVMdev] Problem
Hello, Willow > C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a > a.c:1: error: bad value (generic) for -mtune= switch Something is really broken at your side. Are you running Vista? -- WBR, Anton Korobeynikov
2008 Jul 28
0
[LLVMdev] Problem
Yes I am running Vista. I tried running the program as an Administrator but I get the same error. What is a valid -mtune argument I can try? Thanks, Willow Anton Korobeynikov wrote: > Hello, Willow > > >> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a >> a.c:1: error: bad value (generic) for -mtune= switch >> > Something is
2007 Jun 17
0
[LLVMdev] OS Development
Hello, Willow > How do I do this? Can I run LLVM inside coLinux under Windows? Both LLVM and llvm-gcc4 builds and runs fine on windows natively. But, yes, you can run it on coLinux :) Even more, you can build crosscompiler, which will run on one platform, but generate code for another. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State
2005 Apr 08
1
Multicast routing between two subnets
Hello. I''m new to this list. I''m trying to set up multicast routing between two networks: Internet ^ | Windows box | | UserModeLinux A <-----> Colinux Router <-----> UserModeLinux B
2002 Jul 25
2
rsync with --exclude files
HI, I'm trying to exclude some files & directories from a filesystem which I would like to copy to a different site. I did: # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design mickey.willow.com:/cpu/store/design where file /fs21/tmp/perl_scripts/exclude.txt contains the following directories and files to be excluded from /fs22/a/circuit_design :
2004 Sep 08
2
2 HD, same PC
Hello, I have two hard drives on one PC. One is a Windows XP drive and the other is a Linux (redhat 9.0) drive. I want Linux to recognize and share files on the XP drive. Where is there documentation addressing this situation? Because now I work mostly with my Linux environment, I wanted to access the XP drive from Linux. Bryan Peifer brpeifer@earthlink.net
2003 Aug 26
1
Can wine be used in Mac OS X (UNIX) with X11 installed?
Can wine be used in Mac OS X (UNIX) with or without X11 installed? I use wine in Red Hat Linux 9 and would also like to use wine in Mac OS X to also run some Windows applications in Mac OS X. Since Microsoft bought Connectix Virtual PC for Mac OS X and has already trashed the product some, I am looking for an alternative to use. There may be more Virtual PC users seeking the same later.
2011 Mar 08
1
NaNs in Nested Mixed Model
Dear R users, I have a problem with something called "NaNs" in a nested mixed model. The background is that I have studied the number of insect nymphs emerging from replicated Willow genotypes in the field. I have 15 replicates each of 4 Willow genotypes belonging two 2 Willow species. Now I want to elucidate the effect of Willow genotype on the number of emerging nymphs. Previously I
2005 Jan 30
4
Asterisk on MS Virtual Server
Hi, This might not be a very popular question, but I was just wondering if anyone have ever tried to run Asterisk on a Windows computer using Microsoft Virtual Server (http://www.microsoft.com/windowsserversystem/virtualserver/default.mspx). I am told that you can run Linux on a virtual server using this software, so in theory it should be possible. I run a windows based domain, but am also
2005 Mar 06
10
A Nightmare on Rails Street: Windows Lives!
Just spent 40+ hours in two days deploying my app on Windows 2000. Not all the time was Apache/MySql related, but a significant portion was. What a nightmare that was. Unfortunately, the customer is dead-set on "standardizing" by using Windows. So, as I sat there between a Linux box and an AIX box working on this thing, I ran into problems, part of which were: CGI was slow (Dell
2002 Jun 24
3
Weird problem - one machine works another doesn't on new server - both OK on old one.
Hello and Thanks in Advance, I've been at this for three days now and can't think of anything else to try. Been through the docs and #samba on openprojects and even begged for direction in #samba-technical who suggested writing here. On the ancient RedHat 5.2 server (SAMBA 1.9?) both boxes work OK and continue to work OK with both servers now up (new one is from Mandrake 8.2 - SAMBA
2011 Sep 23
1
Rsync goes chokes on this file, can the developers look into it?
I posted a message to the list earlier about rsync's problem with a file, - here is a link to the post.- http://permalink.gmane.org/gmane.network.rsync.general/24044 I have been trying to backup some files which rsync and it always chokes on this file. It simple halts with a non intuitive error message. rsync --version produces this info : rsync version 3.0.4 protocol version 30 It is
2010 Mar 27
2
Wine issues in general...
I am running wine 1.1.29 for Linux, and I have no sound at all, regardless of the settings I have selected in the Wine sound menu. Is there any way that I can fix this?
2004 Sep 08
3
astwind has any one got this thing to work?
hello I am fitteling with the astwind-installer-0.1.1.exe asterisk for windows and am having trouble getting the thing to connect to the meers to download the updates and stuff. I looked at the wiki and set up networking and stuff with no success, has any one got this thing to work successfully? my windows box is the faster of the 2 machines and my main linux box is down at the moment. I am
2019 Jun 27
2
[PATCH v2] drm/bochs: fix framebuffer setup.
The driver doesn't consider framebuffer pitch and offset, leading to a wrong display in case offset != 0 or pitch != width * bpp. Fix it. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/bochs/bochs.h | 2 +- drivers/gpu/drm/bochs/bochs_hw.c | 14 ++++++++++---- drivers/gpu/drm/bochs/bochs_kms.c | 3 ++- 3 files changed, 13 insertions(+), 6 deletions(-)
2019 Jun 26
1
[PATCH 2/2] drm/bochs: fix framebuffer setup.
If bo->width doesn't match fb->width the driver fails to configure the display correctly, resulting in a scrambled display. Fix it. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/bochs/bochs.h | 2 +- drivers/gpu/drm/bochs/bochs_hw.c | 13 +++++++++---- drivers/gpu/drm/bochs/bochs_kms.c | 1 + 3 files changed, 11 insertions(+), 5 deletions(-)
2006 Nov 06
3
RHEL4 as 64-bit HVM guest -- not starting in 64 bit mode
I''m trying to install RHEL 4 on an HVM (Core 2 Duo). However, when the RHEL installer tries to start the kernel, it complains that the CPU doesn''t support extended mode, and that I should use a 32-bit installer. However: hrm@willow:~$ sudo xm info | grep xen_caps xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 Is there some magic I
2020 Mar 02
2
[PATCH 28/51] drm/bochs: Drop explicit drm_mode_config_cleanup
Instead rely on the automatic clean, for which we just need to check that drm_mode_config_init succeeded. To avoid an inversion in the cleanup we also have to move the dev_private allocation over to drmm_kzalloc. This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup() is run on final