-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some support for NetBSD #1530
Conversation
Currently the changes are all copied from shirou#1364
I see some github action checks failed, all of which are macos related. After digging into the check details, I couldn't find any relation between the errors and my commits😂️. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm. dependabot PR also failed with same error, "invalid nice: -10". perhaps some of GitHub image have changed? I will check later.
Anyway, thank you for your great contribution!
I can not confirm it works or not on NetBSD machine, but it seems almost same as FreeBSD, then it should work.
Hi,
I want to add support for
NetBSD
in this PR, where I implement some functions indisk/mem/cpu/host
. Though not all functions are implemented, it's a decent start. Thecpu
part is largely inspired by the #1364 .I use a
Nano Pi R5S
aarch64 board, whereNetBSD 10
is running, to test my code, and all the functions I implement can work well there.So can you check this PR to see if it's ok to merge? Thanks.