You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
src | 7 years ago | |
CMakeLists.txt | 7 years ago | |
README.md | 7 years ago |
README.md
User programs from ucore_os_lab in C-lang
Build
mkdir build && cd build
cmake -DARCH={i386,x86_64,riscv32,riscv64,aarch64} ..
make