From ec747467076f878ef732496256500d8169972ebf 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: Sun, 7 Jul 2019 00:00:00 +0000 Subject: [PATCH] bibliography: more links --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index fb9786e..3a8dd9f 100644 --- a/README.adoc +++ b/README.adoc @@ -13123,6 +13123,7 @@ It is also nice to see that RDTSC is a bit smaller than the `stats.txt` value, s Bibliography: * https://en.wikipedia.org/wiki/Time_Stamp_Counter +* https://stackoverflow.com/questions/13772567/how-to-get-the-cpu-cycle-count-in-x86-64-from-c * https://stackoverflow.com/questions/9887839/clock-cycle-count-wth-gcc/9887979 ===== x86 RDTSCP instruction @@ -14931,6 +14932,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/BrianSidebotham/arm-tutorial-rpi ===== NienfengYao/armv8-bare-metal