xavrrr / Virtual-Computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual-Computer

Introduction

A month ago, I started thinking about making an OS, I wanted to learn how they were made.
After spending some time researching, I found that I had some compatibility error.
To fix this, I decided to make my own virtual computer.

Installation/Usage

  1. Download the files from src folder or from release.

  2. Go to the directory where the files are using command-line and run make.

  3. The code is now compiled. Run ./cpu and see the magic happen.

Run a program

About

License:MIT License


Languages

Language:C 98.6%Language:Makefile 1.4%