Skip to content

xarcraft-dev/microbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microbit

This repository contains the code for the operating system that I'm developing called Microbit.

Firstly, thanks to Queso Fuego (check out his Youtube channel!) for making this project possible.

The current latest pre-release has a lot of commands which are:

  • dir / File Table
  • reboot / Reboot
  • reg / Print Register Values
  • gfx / Graphics Test
  • cls / Clear The Screen
  • hlt / End Program (Halt The CPU)

This is a picture of the main menu in latest release which is 0.1.0.

image

And this is a graphics test which prints a 50x50 green square to the screen. There are many things you can do in Microbit but these are a few of them.

image

Running

First, clone this repository with git clone https://github.com/xarcraft-dev/microbit.git.

Then extract the zip file and go inside the extracted folder.

After that, type chmod +x install.sh to give access for installing Microbit. To install Microbit, run ./install.sh.

That will install and run the operating system. To run the operating system normally, type ./run.sh.

Contributing

Feel free to contribute and create pull requests. I will try answering all of them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors