GithubHelp home page GithubHelp logo

lujialiang / uarm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from syuu1228/uarm

0.0 2.0 0.0 92.11 MB

License: Other

C 91.74% Makefile 1.90% Assembly 2.15% C++ 0.47% Shell 0.44% HTML 2.78% Objective-C 0.53%

uarm's Introduction

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.

uarm's People

Contributors

syuu1228 avatar monaka avatar nonakap avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.