Skip to content

Commit

Permalink
add support for OpenBSD/riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Matthew committed Feb 11, 2024
1 parent 6ef32c3 commit 27ffa28
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpu/cpu_openbsd_riscv64.go
@@ -0,0 +1,10 @@
package cpu

type cpuTimes struct {
User uint64
Nice uint64
Sys uint64
Spin uint64
Intr uint64
Idle uint64
}
40 changes: 40 additions & 0 deletions disk/disk_openbsd_riscv64.go

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

36 changes: 36 additions & 0 deletions host/host_openbsd_riscv64.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_riscv64.go

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

204 changes: 204 additions & 0 deletions process/process_openbsd_riscv64.go

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

0 comments on commit 27ffa28

Please sign in to comment.