1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/drivers/arm/freebsd/README.md
2024-07-10 22:28:50 +02:00

637 B

CPUID FreeBSD kernel module for ARM

This kernel module allows to:

  • access AArch32 registers in AArch32 state by using the MRC instruction
  • access both AArch32 and AArch64 registers in AArch64 state by using the MRS instruction

Build

The module is built during cmake --build build and present in the build directory. You can load it by using:

kldload build/drivers/arm/freebsd/cpuid.ko