bibliography: more links

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-07 00:00:00 +00:00
parent de1457c932
commit ec74746707

View File

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