From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CYYYp-0002sb-6B for qemu-devel@nongnu.org; Sun, 28 Nov 2004 18:34:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CYYYo-0002sH-JG for qemu-devel@nongnu.org; Sun, 28 Nov 2004 18:34:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYYYo-0002s7-GJ for qemu-devel@nongnu.org; Sun, 28 Nov 2004 18:34:30 -0500 Received: from [24.201.245.36] (helo=relais.videotron.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CYYP2-0001HN-H8 for qemu-devel@nongnu.org; Sun, 28 Nov 2004 18:24:24 -0500 Received: from [192.168.0.100] ([70.80.139.21]) by VL-MO-MR010.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I7W00KW8X0L2I@VL-MO-MR010.ip.videotron.ca> for qemu-devel@nongnu.org; Sun, 28 Nov 2004 18:24:21 -0500 (EST) Date: Sun, 28 Nov 2004 18:26:13 -0500 From: Marc Collin Message-id: <200411281826.13669.os2@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Content-disposition: inline Subject: [Qemu-devel] qemu fast mode Reply-To: os2@videotron.ca, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org hi i use suse 9.1 kernel 2.6.8-24.3 to use qemu fast mode we need to do: The kernel must be mapped at 0x90000000 (the default is 0xc0000000). You mu= st=20 modify only two lines in the kernel source: In `include/asm/page.h', replac= e=20 #define __PAGE_OFFSET (0xc0000000) by=20 #define __PAGE_OFFSET (0x90000000) And in `arch/i386/vmlinux.lds', replace=20 . =3D 0xc0000000 + 0x100000; by=20 . =3D 0x90000000 + 0x100000; i changed the value, make bzImage, make modules... but each time i use the kernel with this hack in grub, the system reboot... are there any problem with this kernel and qemu fast? thanks =2D-=20 La bo=EEte =E0 prog http://www.laboiteaprog.com