* MiniOS on ARM64
@ 2016-04-26 17:11 Julien Grall
2016-04-28 13:50 ` Chen Baozi
2016-04-28 14:06 ` Wei Liu
0 siblings, 2 replies; 4+ messages in thread
From: Julien Grall @ 2016-04-26 17:11 UTC (permalink / raw)
To: Chen Baozi
Cc: anastassios.nanos, Steve Capper, Stefano Stabellini,
xen-devel@lists.xen.org
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,
--
Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MiniOS on ARM64
2016-04-26 17:11 MiniOS on ARM64 Julien Grall
@ 2016-04-28 13:50 ` Chen Baozi
2016-04-28 14:06 ` Wei Liu
1 sibling, 0 replies; 4+ messages in thread
From: Chen Baozi @ 2016-04-28 13:50 UTC (permalink / raw)
To: Julien Grall
Cc: anastassios.nanos, Steve Capper, Stefano Stabellini,
xen-devel@lists.xen.org
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MiniOS on ARM64
2016-04-26 17:11 MiniOS on ARM64 Julien Grall
2016-04-28 13:50 ` Chen Baozi
@ 2016-04-28 14:06 ` Wei Liu
2016-04-28 14:18 ` Julien Grall
1 sibling, 1 reply; 4+ messages in thread
From: Wei Liu @ 2016-04-28 14:06 UTC (permalink / raw)
To: Julien Grall
Cc: Stefano Stabellini, Wei Liu, Steve Capper,
xen-devel@lists.xen.org, anastassios.nanos, Chen Baozi
Hi Julien
Can you also CC minios-devel@ in the future for relevant discussions?
Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-28 14:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 17:11 MiniOS on ARM64 Julien Grall
2016-04-28 13:50 ` Chen Baozi
2016-04-28 14:06 ` Wei Liu
2016-04-28 14:18 ` Julien Grall
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).