Skip to content
/ uARM Public
forked from syuu1228/uARM

A fork of uARM, trying to achieve smallest size and fastest speed possible

License

Notifications You must be signed in to change notification settings

uARMport/uARM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A fork of uARM, trying to achieve smallest size and fastest speed possible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.8%
  • HTML 2.7%
  • Assembly 2.1%
  • Makefile 2.0%
  • Shell 0.4%