Skip to content
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

Merged
merged 19 commits into from Sep 30, 2023
Merged

Conversation

darkgeek
Copy link
Contributor

Hi,

I want to add support for NetBSD in this PR, where I implement some functions in disk/mem/cpu/host. Though not all functions are implemented, it's a decent start. The cpu part is largely inspired by the #1364 .

I use a Nano Pi R5S aarch64 board, where NetBSD 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.

@darkgeek
Copy link
Contributor Author

darkgeek commented Sep 29, 2023

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😂️.

Copy link
Owner

@shirou shirou left a 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.

@shirou shirou merged commit 826376d into shirou:master Sep 30, 2023
15 of 19 checks passed
@darkgeek darkgeek deleted the feature/netbsd-arm64-port branch September 30, 2023 12:55
@darkgeek darkgeek restored the feature/netbsd-arm64-port branch September 30, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants