All Projects → io-core → io

io-core / io

Licence: other
Integrated Oberon -- with an overview of the project and a link to the documentation and the wiki

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to io

flower
A learning OS
Stars: ✭ 50 (+150%)
Mutual labels:  operating-system
pedigree
The Pedigree Operating System
Stars: ✭ 48 (+140%)
Mutual labels:  operating-system
VisualOS
x86-64 UEFI operating system with the goal of eliminating command lines
Stars: ✭ 20 (+0%)
Mutual labels:  operating-system
rCore-Tutorial-v3
Let's write an OS which can run on RISC-V in Rust from scratch!
Stars: ✭ 470 (+2250%)
Mutual labels:  operating-system
nachos
Nachos XMU操作系统课程实验
Stars: ✭ 31 (+55%)
Mutual labels:  operating-system
sysprog
Systems Programming course
Stars: ✭ 21 (+5%)
Mutual labels:  operating-system
WindowsIoTEverywhere
Images & drivers to get WIndows 10 IoT running on off-the-shelf tablets, mini-pcs, and various computers.
Stars: ✭ 23 (+15%)
Mutual labels:  operating-system
MandelbrotOS
A community driven OS by the youth
Stars: ✭ 172 (+760%)
Mutual labels:  operating-system
utero
The Operating System (for x86_64) written in Crystal as much as possible
Stars: ✭ 55 (+175%)
Mutual labels:  operating-system
web-desktop-environment
a web-based cross-platform desktop environment
Stars: ✭ 167 (+735%)
Mutual labels:  operating-system
infinity
A secure, modern and intelligent operative system
Stars: ✭ 27 (+35%)
Mutual labels:  operating-system
rnk
rnk is a RTOS targeting ARM architecture.
Stars: ✭ 22 (+10%)
Mutual labels:  operating-system
CuriOS
Simple GUI based Operating System - Based upon my own Microcokernel, heavily inspired by the original 1980s AmigaOS (though somewhat simpler).
Stars: ✭ 32 (+60%)
Mutual labels:  operating-system
WacOS
A Linux distribution that mimics MacOS (modern and classic) iOS, and other Apple operating systems, but is open, customizable, and free to use on non-apple hardware.
Stars: ✭ 18 (-10%)
Mutual labels:  operating-system
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (+250%)
Mutual labels:  operating-system
archcraft-os.github.io
// Source : Website
Stars: ✭ 47 (+135%)
Mutual labels:  operating-system
apex
Apex RTOS - A (somewhat) Linux compatible real time operating system
Stars: ✭ 15 (-25%)
Mutual labels:  operating-system
xxdp
XXDP was, and remains, the PDP-11 diagnostic operating system. This project attempts to recover XXDP sources and documents.
Stars: ✭ 22 (+10%)
Mutual labels:  operating-system
hermit-playground
A playground to build C/C++/Go/Fortran applications on top of RustyHermit
Stars: ✭ 13 (-35%)
Mutual labels:  operating-system
nightingale
A small operating system where I experiment and learn osdev.
Stars: ✭ 86 (+330%)
Mutual labels:  operating-system

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].