qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu fast mode


From: Marc Collin
Subject: [Qemu-devel] qemu fast mode
Date: Sun, 28 Nov 2004 18:26:13 -0500
User-agent: KMail/1.7.1

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 must 
modify only two lines in the kernel source: In `include/asm/page.h', replace 
#define __PAGE_OFFSET           (0xc0000000)

 by 
#define __PAGE_OFFSET           (0x90000000)

 And in `arch/i386/vmlinux.lds', replace 
  . = 0xc0000000 + 0x100000;

 by 
  . = 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
-- 
La boîte à prog http://www.laboiteaprog.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]