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.
 
 
 
equation314 c524941890
add aarch64
6 years ago
src add aarch64 6 years ago
.gitignore add aarch64 6 years ago
.travis.yml add travis script 6 years ago
CMakeLists.txt add aarch64 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