From: Chen Baozi <baozich@gmail.com>
To: Julien Grall <julien.grall@arm.com>
Cc: anastassios.nanos@onapp.com, Steve Capper <Steve.Capper@arm.com>,
Stefano Stabellini <sstabellini@kernel.org>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: MiniOS on ARM64
Date: Thu, 28 Apr 2016 21:50:27 +0800 [thread overview]
Message-ID: <87wpnhdepz.fsf@kylinos.cn> (raw)
In-Reply-To: <571FA135.3060609@arm.com>
Hi Julien,
Sorry for the late reply.
I have ported the basic framework to make it work. It
can be built and boot, but still in the early stage (lots
of functions are there but empty). The code on my github
(https://github.com/baozich/mini-os) is the latest version
(though there have been a long time since I modified it ;-)).
I think that could be a good start for Anastassios to work on.
Here is the command I use to build:
CONFIG_TEST=y CONFIG_START_NETWORK=n CONFIG_BLKFRONT=n CONFIG_NETFRONT=n \
CONFIG_FBFRONT=n CONFIG_KBDFRONT=n CONFIG_CONSFRONT=n CONFIG_XC=n \
MINIOS_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make
And the XL config:
name = "mini-os"
vcpus = 1
memory = 128
gic_version = "v2"
kernel = "/path/to/mini-os.img"
Julien Grall <julien.grall@arm.com> writes:
> Hi Chen,
>
> IIRC, you mentioned during the last Linaro Connect that you are working
> on an ARM64 port of MiniOS.
>
> Anastassios, in CC, is interested get MiniOS running on ARM64 as well.
>
> Do you know what is missing to get MiniOS booting? I have found a tree
> on your github for the port [1], is it the latest version?
>
> Cheers,
--
陈鲍孜 (Chen Baozi)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-04-28 13:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-26 17:11 MiniOS on ARM64 Julien Grall
2016-04-28 13:50 ` Chen Baozi [this message]
2016-04-28 14:06 ` Wei Liu
2016-04-28 14:18 ` Julien Grall
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=87wpnhdepz.fsf@kylinos.cn \
--to=baozich@gmail.com \
--cc=Steve.Capper@arm.com \
--cc=anastassios.nanos@onapp.com \
--cc=julien.grall@arm.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.