WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] real-mode switch

To: "Petersson, Mats" <Mats.Petersson@xxxxxxx>, Jayant Mangalampalli <Jayant_Mangalampalli@xxxxxxxxxxx>, ron minnich <rminnich@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] real-mode switch
From: Keir Fraser <keir@xxxxxxxxxxxxx>
Date: Tue, 05 Jun 2007 14:45:55 +0100
Delivery-date: Tue, 05 Jun 2007 06:44:06 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <907625E08839C4409CE5768403633E0B02561DC0@xxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcendBde9cnWVuoMRu2bkB+SJbMudAAAKGKAAADHeSA=
Thread-topic: [Xen-devel] real-mode switch
User-agent: Microsoft-Entourage/11.3.3.061214
On 5/6/07 14:24, "Petersson, Mats" <Mats.Petersson@xxxxxxx> wrote:

>> I am trying to switch to real-mode to make some BIOS calls.
>> However, when I try to remap kernel at virtual address 0 I
>> get "Unable to handle kernel paging request at virtual
>> address c06e0000" error. Here is where I get it:
>> 
>> memcpy(swapper_pg_dir, swapper_pg_dir + USER_PGD_PTRS,
>> sizeof(swapper_pg_dir[0]) * KERNEL_PGD_PTRS);
> 
> You can't remap the kernel to 0 - you'll have to use the Hypervisor if
> you want to get to real-mode, I think. There was some talk about making
> a hypercall to "call this bit of code as real-mode".

Actually I changed my mind on this. Returning to real mode after system boot
is just too dangerous.

But anyway, the immediate problem in this case is the memcpy(). You have to
update page directory entries with the mmu_update hypercall.

 -- Keir


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>