Skip to content

Commit

Permalink
Merge pull request #1286 from geowiwi/master
Browse files Browse the repository at this point in the history
host: add support for OpenBSD/armv7
  • Loading branch information
shirou committed Apr 16, 2022
2 parents f43b0f7 + 1d89235 commit c9a292a
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpu/cpu_openbsd_arm.go
@@ -0,0 +1,10 @@
package cpu

type cpuTimes struct {
User uint32
Nice uint32
Sys uint32
Spin uint32
Intr uint32
Idle uint32
}
38 changes: 38 additions & 0 deletions disk/disk_openbsd_arm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions host/host_openbsd_arm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions mem/mem_openbsd_arm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions process/process_openbsd_arm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9a292a

Please sign in to comment.