Code Monkey home page Code Monkey logo

refos-manifest's Introduction

RefOS

RefOS is a sample implementation of a simple multi-server OS on seL4.

The aim of RefOS is to:

  • Provide reference design of a simple multi-server OS protocol on seL4.
  • Provide a sample implementation of the protocol.
  • Simplify development & porting of userland programs.
  • Serve as an example codebase to start new component-based seL4 projects.

Features

  • Simple and light-weight OS.
  • Multi-server component based OS design.
  • Process & thread abstraction.
  • Dataspace abstraction.
  • Shared memory support.
  • Dynamic mmap and sbrk support.
  • User-land serial & timer drivers.
  • Well documented, Doxygen supported.

NOTE: Please note that RefOS is intended to be only an example system, a work-in-progress, and is not to be deployed as a real OS solution. RefOS is not verified, not high assurance, and may not be optimised for speed and efficiency, and may be missing most of the features you'll expect in a deployable OS environment.

Quick Start

Building RefOS

In order to build the RefOS implementation codebase:

  1. Read: http://sel4.systems/Download/. Set up the environment (repo tool, cross compilers...etc) as per the instructions on the page.

  2. repo init -u ssh://[email protected]/seL4/refos-manifest -b master

  3. repo sync

  4. Install the following packages (package named based on Ubuntu 14.04):

sudo apt-get install python-tempita

  1. make help (to list the configs)

  2. make <config>

    make silentoldconfig

    Where is one of the configurations listed with the above command, eg. make kzm_debug_test_defconfig

  3. make

If all goes well you should now have a bootable system image (refos/images/refos-image).

  1. make simulate-kzm

Look under http://sel4.systems/Download/ section "Simulating the result".

Building Design Document

Note that the design document has not been finished yet, and is still a work-in-progress. Thus, some details may slightly differ between the design document and the implementation.

In order to build the design document PDF file:

  1. Clone the repository (see above, Building RefOS).

  2. Install the following packages (package named based on Ubuntu 14.04):

sudo apt-get install texlive-latex-base mscgen texlive-latex-extra texlive-fonts-recommended

  1. make design

    This should give you a path to the paper.pdf document.

Building Doxygen Code Documentation

  1. Clone the repository (see above, Building RefOS).

  2. Install the following packages (package named based on Ubuntu 14.04):

sudo apt-get install doxygen

  1. cd docs/

  2. make

License

The files in this repository are released under standard open source licenses. RefOS code is released under the BSD license where possible, and GPL for some external software. Please see the individual file headers and LICENSE_BSD2.txt for details.

Please note that RefOS is intended to be sample code and is not high assurance software. We are not reponsible for any consequences if you choose to deploy this software in production.

refos-manifest's People

Contributors

hypernewbie avatar jm-- avatar

Watchers

 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.