Documentation/Platforms/OpenRISC: Difference between revisions

From QEMU
m (Add more command-line options)
Line 4: Line 4:
== Suggested command-line ==
== Suggested command-line ==
   qemu-system-or32 <fill me>
   qemu-system-or32 <fill me>
   qemu-system-or1k <fill me>
   qemu-system-or1k -m 1024 -nographic -kernel <kernel file> -net nic,model=opencores_eth -net tap,name=or1k


== Links ==
== Links ==

Revision as of 22:00, 18 November 2016

Description

OpenRISC is an open source processor architecture. While instruction sets like x86 are proprietary and owned by a single company, OpenRISC is free. Its main use is as a processor on an embedded system.

Suggested command-line

 qemu-system-or32 <fill me>
 qemu-system-or1k -m 1024 -nographic -kernel <kernel file> -net nic,model=opencores_eth -net tap,name=or1k

Links

Video introducing OpenRISC
The OpenRISC project site
OpenRISC 1000 specification

Contacts

Maintainer: Jia Liu