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.gr...@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

Reply via email to