From 9d6d8d8332e327986badb62e0e40281afef27bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 22 Jan 2019 00:00:00 +0000 Subject: [PATCH] NienfengYao/armv8-bare-metal: comment on Takeharu copyright --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 06eabc9..8ebec98 100644 --- a/README.adoc +++ b/README.adoc @@ -10811,7 +10811,7 @@ The most useful ARM baremetal example sets we've seen so far are: * https://github.com/dwelch67/qemu_arm_samples QEMU `-m vexpress` * https://github.com/bztsrc/raspi3-tutorial real hardware + QEMU `-m raspi` * https://github.com/LdB-ECM/Raspberry-Pi real hardware -* https://github.com/NienfengYao/armv8-bare-metal QEMU `-m virt` aarch64 +* https://github.com/NienfengYao/armv8-bare-metal QEMU `-m virt` aarch64. A large part of the code is taken from the awesome educational OS under 2-clause BSD: https://github.com/takeharukato/sample-tsk-sw/tree/ce7973aa5d46c9eedb58309de43df3b09d4f8d8d/hal/aarch64 === How we got some baremetal stuff to work