add RISC-V and DragonFlyBSD to partial support.

This commit is contained in:
shirou 2020-06-30 21:04:21 +09:00
parent c8251cf603
commit 10a398abdd
1 changed files with 5 additions and 6 deletions

View File

@ -14,12 +14,6 @@ This is a port of psutil (https://github.com/giampaolo/psutil). The challenge is
psutil functions on some architectures.
Breaking Changes! golang 1.8 is required
-------------------------------------------
After v2.17.04, golang 1.8 is required to build.
Tag semantics
-------------------------
@ -46,6 +40,11 @@ Available Architectures
- OpenBSD amd64 (Thank you @mpfz0r!)
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you @jen20!)
These are partial support:
- CPU on DragonFly BSD (#893, Thank you @gballet!)
- host on Linux RISC-V (#896, Thank you @tklauser!)
All works are implemented without cgo by porting c struct to golang struct.