Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-ia64-devel] [PATCH] Porting Mini-OS to ia64

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] Porting Mini-OS to ia64
From: Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 1 Aug 2006 08:28:18 +0200
Delivery-date: Mon, 31 Jul 2006 23:28:33 -0700
Domainkey-signature: s=s768; d=fujitsu-siemens.com; c=nofws; q=dns; b=gtk9eBRVnDHn7X/InMJRcy3zBU3d3DKZrtJmq5sKWi0hv3ZnX7O+9j/b4eQGDh6KewOfEWOsHdupqwKiLUtaw9RFwqbgb7+xlA9pdNEzMa/AucX967F6FR5dfrYkacki;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.3
Hi,

last week I send a mail asking for some small re-architectures of mini-os for
porting to ia64. Unfortunately I didn't get an answer so I try it again with a
first draft. I tried the changes as small as possible. Currently I did  only
adding some new directories and moving some files.
I created:
mini-os/include/x86
    It's for common header files for x86_32 and x86_64, currently os.h and
    spinlock.h .
mini-os/include/x86_32
    It's for special x86_32 header files, currently hypercall-x86_32.h.
mini-os/include/x86_64
    It's for special x86_64 header files, currently hypercall-x86_64.h.
mini-os/x86
    For common code files for x86_32 and x86_64, currently traps.c

I changed mini-os/Makefile to support the new structure.
Please can anybody look at this and give some feedback.
Thanks.

Dietmar.

Attachment: mini-os.diff
Description: Text document

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH] Porting Mini-OS to ia64, Dietmar Hahn <=