Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-26 Thread Fabrice Bellard
Hi, I propose this patch: --- kqemu-linux.c 25 Apr 2005 22:14:39 - 1.4 +++ kqemu-linux.c 25 Jul 2005 22:17:34 - @@ -28,7 +28,13 @@ #define pfn_to_page(pfn) (mem_map + (pfn)) #endif -#ifndef PAGE_KERNEL_EXEC +#ifdef PAGE_KERNEL_EXEC +#if defined(__i386__) +/* problem :

Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-26 Thread Sebastian Kaliszewski
Hello! Darryl Dixon wrote: Well, I can confirm that this works OK. Also, congrats Fabrice, this version of kqemu appears to work OK with Win 9x (I booted my Win98SE machine), and the games that I use QEMU to run (AoE2, Civ3, Baldurs Gate 2) all were noticeably quicker. The speedup didn't se

Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-26 Thread Darryl Dixon
Well, I can confirm that this works OK. Also, congrats Fabrice, this version of kqemu appears to work OK with Win 9x (I booted my Win98SE machine), and the games that I use QEMU to run (AoE2, Civ3, Baldurs Gate 2) all were noticeably quicker.  The speedup didn't seem to be as dramatic as WinXP

Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-25 Thread Pascal Terjan
On 7/26/05, Pascal Terjan <[EMAIL PROTECTED]> wrote: > On 7/26/05, Darryl Dixon <[EMAIL PROTECTED]> wrote: > > Hi All, Fabrice, > > > > Compiling the new kqemu-0.7.1 on Fedora Core 4 with kernel > > 2.6.12-1.1398_FC4 gives this error: > > > > -8<--- > > [EMAIL PROTEC

Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-25 Thread Pascal Terjan
On 7/26/05, Darryl Dixon <[EMAIL PROTECTED]> wrote: > Hi All, Fabrice, > > Compiling the new kqemu-0.7.1 on Fedora Core 4 with kernel > 2.6.12-1.1398_FC4 gives this error: > > -8<--- > [EMAIL PROTECTED] kqemu]$ make > make -C /lib/modules/2.6.12-1.1398_FC4/build M=

[Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-25 Thread Darryl Dixon
Hi All, Fabrice, Compiling the new kqemu-0.7.1 on Fedora Core 4 with kernel 2.6.12-1.1398_FC4 gives this error: -8<--- [EMAIL PROTECTED] kqemu]$ make make -C /lib/modules/2.6.12-1.1398_FC4/build M=`pwd` modules make[1]: Entering directory `/usr/src/kernels/2.6.12-1