Coder Social home page Coder Social logo

sh-anand / ozone Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 18.24 MB

ARMv8 multikernel operating system based on Barrelfish

License: MIT License

Shell 0.18% C++ 0.12% Python 0.64% C 87.28% Haskell 1.55% Assembly 1.40% TeX 0.04% Nix 0.01% Makefile 0.29% CMake 0.04% Batchfile 0.01% Yacc 0.01% Lex 0.01% GDB 0.01% Dockerfile 0.01% Roff 8.42%

ozone's Introduction

Ozone

"OS one", O3

Ozone is a multikernel operating system running on the ARM-based Toradex iMX.8 board as the project of the Advance Operating Systems at ETHZ. It is built on a simplified version of Barrelfish, an open-source multikernel developed at ETHZ.

⚠️ If you are enrolled in the course, do not proceed further. Coming up with your own design is part of the project and the course. You might violate the academic integrity regulations by referring to the code here.

=> Our design report

Authors

Team 1:

Features and Highlights

  • Physical memory manager
    • The buddy allocation algorithm
    • Binary search tree
  • Virtual memory manager
    • The buddy allocation algorithm + free list
    • Support mappings to fixed and dynamic addresses
    • Demand paging
    • Unmapping
    • Thread safe
  • Process spawning
  • Process management
    • Killing processes
  • Intra-core Local Message Passing (LMP)
    • Passing large messages in frame
  • User-Level Message Passing (UMP)
    • Efficient ringbuffer
    • Waitset Integration
    • Indirect UMP Capability Transfer
  • Remote Procedure Call (RPC)
    • Unifying LMP and UMP channels
    • Easy to use interface
  • Multicore
    • Bringing up all four cores on iMX.8
  • Shell
    • Thread-safe terminal server
    • Command history and Command Line Editing
    • Built-in commands
  • Filesystem
    • FAT32 specification with read and write support
    • High speed access
    • Shell integration
  • Nameservice
    • Unified interface for RPCs
    • Deregister dead services
  • Networking
    • Low-latency on UDP connections
    • Clear user-interface to simple listen on ports and send out UDP messages
    • nchat to chat with another host using UDP

Compile and Deployment

Please refer to the book and the AOS README.

ozone's People

Contributors

dasch8 avatar emilschaetzle avatar linvogel avatar liuzikai avatar sh-anand 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.