Documentation/Platforms/Unicore32: Difference between revisions

From QEMU
(Initial commit)
 
m (update build directions)
 
Line 3: Line 3:


== Build Directions ==
== Build Directions ==
   ./configure --target-list=unicore32-softmmu
   ./configure --target-list=unicore32-softmmu && make


== Suggested Command-Line ==
== Suggested Command-Line ==

Latest revision as of 14:33, 18 July 2017

Description

Unicore is an instruction set designed by Microprocessor Research and Development Center of Peking University. It is a 32-bit RISC architecture.

Build Directions

 ./configure --target-list=unicore32-softmmu && make

Suggested Command-Line

 qemu-system-unicore32 -nographic -kernel <kernel file> -M puv3 

Links

Wikipedia article on Unicore

Maintainer Contact Info

Guan Xuetao <gxt@mprc.pku.edu.cn>