mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Support get_total_cpus() on DragonFly BSD
Tested on DragonFly BSD 6: it works as expected.
This commit is contained in:
parent
505c8b5fe6
commit
3c37492b93
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ libcpuid support varies depending on the features:
|
|||
|
||||
|Name|Build|x86 MSR|ARM CPUID|
|
||||
|----|----|-------|---------|
|
||||
|DragonFly BSD|:grey_question: |:grey_question: ([`cpuctl` kernel module](https://man.freebsd.org/cgi/man.cgi?query=cpuctl))|:x:|
|
||||
|DragonFly BSD|:heavy_check_mark: |:grey_question: ([`cpuctl` kernel module](https://man.freebsd.org/cgi/man.cgi?query=cpuctl))|:x:|
|
||||
|FreeBSD|:heavy_check_mark: |:heavy_check_mark: ([`cpuctl` kernel module](https://man.freebsd.org/cgi/man.cgi?query=cpuctl))|:heavy_check_mark:¹ ([`cpuid` out-of-tree kernel module](https://github.com/anrieff/libcpuid/tree/master/drivers/arm/freebsd))|
|
||||
|Linux|:heavy_check_mark: |:heavy_check_mark: ([`msr` kernel module](https://man7.org/linux/man-pages/man4/msr.4.html))|:heavy_check_mark:¹ ([`cpuid` out-of-tree kernel module](https://github.com/anrieff/libcpuid/tree/master/drivers/arm/linux))|
|
||||
|macOS|:heavy_check_mark: |:x:|:x:|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue