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.
 
 
 
WangRunji fc8393f95e
add Biscuit user programs from origin
6 years ago
biscuit add Biscuit user programs from origin 6 years ago
ucore move ucore programs to a new dir 6 years ago
.gitignore add aarch64 6 years ago
.travis.yml move ucore programs to a new dir 6 years ago
README.md add travis script 6 years ago

README.md

User programs from ucore_os_lab in C-lang

Build Status

Build

mkdir build && cd build
cmake -DARCH={i386,x86_64,riscv32,riscv64,aarch64} ..
make