1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 08:31:00 +00:00
serenity/Kernel/Prekernel
Nico Weber bc213ad7a2 Kernel: Add a Timer class for aarch64
For now, this can only query microseconds since boot.

Use this to print a timestamp every second. This busy-loops
until a second has passed. This might be a good first use of
interrupts soon.

qemu used to not implement this timer at some point, but
it seems to work fine even in qemu now (qemu v 5.2.0).
2021-10-02 21:23:28 +01:00
..
Arch Kernel: Add a Timer class for aarch64 2021-10-02 21:23:28 +01:00
CMakeLists.txt Kernel: Add a Timer class for aarch64 2021-10-02 21:23:28 +01:00
init.cpp Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
Prekernel.h Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
UBSanitizer.cpp Kernel: Build UBSanitizer.cpp in aarch64 builds 2021-09-07 20:15:15 +01:00