Skip to content

Commit

Permalink
host: add support for OpenBSD/armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
geowiwi committed Apr 15, 2022
1 parent f43b0f7 commit 1d89235
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
Original file line number Diff line number Diff line change
@@ -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 1d89235

Please sign in to comment.