Giter Site home page Giter Site logo

tearitco / avr-x86 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raspiduino/avr-x86

0.0 0.0 0.0 202 KB

X86 Emulator running on AVR Arduino. Originally forked from https://github.com/corax89/Arduino_8086_emulator

Home Page: https://github.com/corax89/Arduino_8086_emulator

License: GNU General Public License v3.0

C++ 96.90% C 3.10%

avr-x86's Introduction

avr-x86

What is this?

AVR-x86 is a 8086+ emulator running on AVR Arduino. This project is originally forked from https://github.com/corax89/Arduino_8086_emulator Proteus simulation
As you can see in the image, AVR-x86 is running Brainfuck written in 8086 assembly,

How?

AVR-x86 is based on Fake86's core, ported to AVR by corax89. In the original version, binary is stored in a RAM array, then boot up and execute it. But AVR-x86 load the binary stored in a SD card to a virtual RAM file on the SD card. So you can have more RAM for the emulator than the AVR hardware's. That also means AVR-x86 can execute larger binary file!
It takes about one minute to load a 200K file.

Why?

For fun. It just a toy.

From dmitry.gr:

It is common to see newbies asking in microcontroller forums if they can run Linux on their puny little 8-bit micro. The results are usually laughter.

Todo

  • Write an bootloader for floppy disk files on SD card, not just executing one file at a time.
  • Reduce the sketch file
  • Boot more things
  • ...

If you have any ideas, you can open an issue and tell me!

Some other projects releated to this

Configs

There are configs macro inside config.h. You can follow the instructions in that file.
Notes: You can enable more feature if you has more flash and RAM, but for Arduino UNO, you can only enable ONE_USE for now (autoload the file when boot, no bootprompt!).

avr-x86's People

Contributors

raspiduino 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.