开箱即用的 ArceOS 编译环境主要用于学习和开发,基础镜像:ubuntu:22.04
- ArceOS 是一个开源的、组件化的 Unikernel。以组合组件库的方式构建系统。
docker pull zerounnet/arceos_base:latest
git clone https://github.com/heming-fit/dockeruse
docker build ./dockeruse/Dockerfile/ArceOSBase/ -t zerounnet/arceos_base:latest
docker run -it --name arceos zerounnet/arceos_base:latest bash
make ARCH=riscv64 A=apps/helloworld run
官方安装文档
Content type
Image
Digest
sha256:f2b1cb5b8…
Size
1.4 GB
Last updated
over 2 years ago
docker pull zerounnet/arceos_base