Replies: 4 comments 8 replies
-
hal 层 repo: https://github.com/Byte-OS/arch 目前的 hal 层支持 byte-os 和 rcore-tutorial.ByteOS下面介绍怎么运行 环境准备git clone https://github.com/Byte-OS/ByteOS.git
cd ByteOS
git reset 655eef3e38b5a85baaab4b2ba33832fbb299f19a --hard
git clone https://github.com/Byte-OS/arch.git
git reset cabff90bc4aecb7c8d3decb408c64e898112f6fe --hard 运行在一个特定的平台run on riscv64 make ARCH=riscv64 LOG=error run 如果想要运行在别的平台上,那么将 ARCH 改为其他值。 rCore-tutorial-v3 ch7环境准备git clone https://github.com/yfblock/rcore-tutorial-v3-with-hal-component.git
git reset fe2c146dedeadcc5fa9db8402128e066e45ca5a9 --hard
git clone https://github.com/Byte-OS/arch.git
git reset cabff90bc4aecb7c8d3decb408c64e898112f6fe --hard 运行在一个特定平台上make ARCH=riscv64 run 目前 tutorial 中存在一些 log, 并不影响运行。turorial 中可以使用测试程序 usertests 。 欢迎各位体验并提供反馈 |
Beta Was this translation helpful? Give feedback.
-
关于用户态LibOS的HAL层设计步骤:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
目前我们已经初步完成了基于polyhal支持rcore_tutorial的ch1到ch9,项目仓库链接为:https://github.com/xushanpu123/rCore-Tutorial-v3 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions