No description
  • C 98.9%
  • Shell 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-06-23 12:15:18 +02:00
docs Add screenshot 2021-06-23 12:15:18 +02:00
examples Add foreign process API function calls 2021-06-23 11:54:58 +02:00
include Add multi processing processes 2021-06-23 10:06:35 +02:00
src Fixed a weird bug for the Arduino 2021-06-23 12:03:50 +02:00
tools Add basic AVR processor simulation and run command 2021-06-22 12:29:08 +02:00
.gitignore Fixed some bugs 2021-06-22 12:34:16 +02:00
build.sh Fixed some bugs 2021-06-22 12:34:16 +02:00
LICENSE Initial commit 2021-05-14 10:30:21 +02:00
README.md Add screenshot 2021-06-23 12:15:18 +02:00

bplaat/goldos

A simple Operating System for AVR microcontrollers and runnable as a normal program

Screenshot

A screenshot of GoldOS running on a Arduino

How to build it?

Run this command to build and run GoldOS on your own computer (Windows only for the moment):

./build.sh

Run this command to build and upload GoldOS to your Arduino:

./build.sh arduino

You will need to install the Arduino IDE and set the serial port for this to work

Tools

In the tools/ folder are some tools that you can use to do stuff (these are also Windows only for the moment):

  • send.c Send files to your Arduino running GoldOS