ClementTsang / bottom

Yet another cross-platform graphical process/system monitor.
https://clementtsang.github.io/bottom
MIT License
9.85k stars 232 forks source link

Allwinner D1 Nezha - Working #564

Closed heitbaum closed 3 years ago

heitbaum commented 3 years ago

Thought you would like to know that btm 0.6.3 compiles and runs on Risc-V rv64gc

root@RVBoards:/tmp/bottom-0.6.3# rustc --version
rustc 1.52.1
root@RVBoards:/tmp/bottom-0.6.3# cargo --version
cargo 1.46.0
root@RVBoards:/tmp/bottom-0.6.3# more /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
root@RVBoards:/tmp/bottom-0.6.3# uname -a
Linux RVBoards 5.4.61 #22 PREEMPT Wed Jun 16 07:27:49 UTC 2021 riscv64 GNU/Linux
btm 0.6.3
ClementTsang commented 3 years ago

Neat! I'll add a note in the docs that it runs.

ClementTsang commented 3 years ago

Added some documentation/CI stuff in https://github.com/ClementTsang/bottom/pull/565 regarding this, closing this. Thanks for the heads up!