Skip to content

Commit 27ffa28

Browse files
author
Jonathan Matthew
committed
add support for OpenBSD/riscv64
1 parent 6ef32c3 commit 27ffa28

File tree

5 files changed

+328
-0
lines changed

5 files changed

+328
-0
lines changed

cpu/cpu_openbsd_riscv64.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package cpu
2+
3+
type cpuTimes struct {
4+
User uint64
5+
Nice uint64
6+
Sys uint64
7+
Spin uint64
8+
Intr uint64
9+
Idle uint64
10+
}

disk/disk_openbsd_riscv64.go

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

host/host_openbsd_riscv64.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mem/mem_openbsd_riscv64.go

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

process/process_openbsd_riscv64.go

Lines changed: 204 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)