mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-02 14:04:15 +00:00
Improve OS array in README.md
This commit is contained in:
parent
cec3e8cacc
commit
ee3543f95b
1 changed files with 7 additions and 7 deletions
14
Readme.md
14
Readme.md
|
@ -22,13 +22,13 @@ libcpuid support varies depending on the features:
|
|||
|
||||
|Name|Build|x86 MSR|ARM CPUID|
|
||||
|----|----|-------|---------|
|
||||
|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:|
|
||||
|NetBSD|:heavy_check_mark: |:x:|:x:|
|
||||
|OpenBSD|:heavy_check_mark: |:x:|:x:|
|
||||
|Windows|:heavy_check_mark: |:heavy_check_mark: ([`msr` driver](https://github.com/anrieff/libcpuid/tree/master/drivers/x86/windows/msr))|:x:|
|
||||
|DragonFly BSD||:grey_question: ([`cpuctl` kernel module](https://man.freebsd.org/cgi/man.cgi?query=cpuctl))|:x:|
|
||||
|FreeBSD||: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: ([`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||:x:|:x:|
|
||||
|NetBSD||:x:|:x:|
|
||||
|OpenBSD||:x:|:x:|
|
||||
|Windows||:heavy_check_mark: ([`msr` driver](https://github.com/anrieff/libcpuid/tree/master/drivers/x86/windows/msr))|:x:|
|
||||
|
||||
Legend:
|
||||
- :heavy_check_mark: Supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue