From: Marc Collin <os2@videotron.ca>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] qemu fast mode
Date: Sun, 28 Nov 2004 18:26:13 -0500 [thread overview]
Message-ID: <200411281826.13669.os2@videotron.ca> (raw)
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
next reply other threads:[~2004-11-28 23:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-28 23:26 Marc Collin [this message]
2004-11-29 15:45 ` [Qemu-devel] qemu fast mode Felipe Sanchez
-- strict thread matches above, loose matches on Subject: below --
2004-11-07 5:45 Marc Collin
2004-11-09 6:58 ` Herbert Poetzl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200411281826.13669.os2@videotron.ca \
--to=os2@videotron.ca \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).