Skip to content

Orkie/petraea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

petraea

ARM9 Emulator

Named after the Sessile Oak, which is hard for a casual observer to differentiate from the more common English Oak. Hopefully it will be equally difficult to tell whether software is running on this emulator, or the more common Acorn-designed processor.

Uses criterion for unit testing: https://github.com/Snaipe/Criterion

How to compile

Petraea uses meson as a build system, you may need to install this.

Run the following commands (parts in square brackets are optional).

meson build/ [-Dprefix=/path/to/install] && cd build/
meson compile
meson test
meson install

Releases

No releases published

Packages

No packages published