GithubHelp home page GithubHelp logo

tos's Introduction

Tiny Oberon System

Tiny Oberon System, a native subset of projectoberon.com that provides a minimal base system to build upon.

This project focuses on the bare essentials that make it an Oberon System (i.e. the main system loop, input and output (Viewer) handling. This implementation has the following goals:

  • Very small and understandable code base (a subset of the Project Oberon code, not a re-imagination)
  • Native compilation using the OBNC compiler
  • SDL based graphics

The most important goal is to have a small code base that can be understood in its entirety in a couple of hours. In other words you bootstrap your own Oberon System based on this tiny implementation and do either of the following:

  1. Extend it in small steps while studying the Project Oberon book towards a more complete implementation
  2. Use it as an example or starting point to explore a different approach in systems design

Things that are deliberately left out in a Tiny Oberon System:

  • Linker/Loader
  • Compiler
  • Networking
  • Applications

As a consequence a Tiny Oberon System has no way to load and execute applications on its own, requiring applications to be hardcoded and to recompile the system. The most logical subsequent step is to add a loader, which arguably would need a compiler first (OBNC doesn't produce Oberon .Obj files). To shorten the distance one could decide to use an existing assembler to build a raw binary formatted as Oberon module object file and focus on building the loader first.

tos's People

Contributors

eterps avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.