Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.41 KB

Integrated Oberon

Integrated Oberon builds on the RISC Oberon reboot of the classic operating system and language.


The system documentation is here: https://io-core.github.com/io including what it is, how to get it, install it, use it, develop it, talk about it...

Latest trimmed disk io.img for full machine emulators like this one in c

Latest trimmed disk io-pv.img for paravirualized emulators like this one in Javascript

Latest full disk io-full.img.zip for FPGAs implementing RISC5 like this one with 32MB SDRAM

Go to the Wiki for more community content.

Fork this repo, make pull requests! Help integrate modern capabilities into Oberon, a classic operating system and language.

tl;dr--

This repo uses submodules, to get the whole thing:

git clone --recursive https://github.com/io-core/io

After cloning the submodules may not be checked out to 'main' so after the above command you should:

cd io; bash makemain.sh