nonakap / uARM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's this?

This is simple ARM emulator called uARM, implemented by Dmitry Grinberg. (http://dmitry.gr/index.php?r=05.Projects&proj=07.%20Linux%20on%208bit)

How to compile

get codes

$ git clone https://github.com/syuu1228/uARM.git

compile

just run make.

$ make

Or, if your system installed BSD make, you'll need to run GNU make like this:

$ gmake

You will get ./uARM as an executable binary.

uncompress image

$ bzcat jaunty.rel.v2.bz2 > jaunty.rel.v2

boot linux up.

$ ./uARM jaunty.rel.v2

You will get shell prompt after 10 second.

enjoy in the sandbox.

You can terminate by using killall uARM on terminal. I don't know how to shutdown safely.

About

License:Other


Languages

Language:C 93.0%Language:Shell 2.4%Language:Assembly 2.2%Language:Objective-C 1.3%Language:C++ 1.1%