Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 404 Bytes

clover

  • 0.How to get?
git clone https://github.com/littleWhitePoplar/clover.git
  • 1.How to build?
cd clover
mkdir -p build && cd build
cmake -DARCH=aarch64 -DCMAKE_C_COMPILER=aarch64-linux-gnu-gcc -DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -G Ninja ..
ninja
  • 2.How to use?
qemu-system-aarch64 -nographic -smp 1 -machine virt -cpu cortex-a57 -kernel os.elf