Git Product home page Git Product logo

arm-rust-clust's Introduction

arm-rust-clust

A bare-metal operating system for a cluster of small ARM boards, like the Raspberry Pi or CHIP.

Goal

This is an etude in Rust and operating system development, with a focus on a single address space (SASOS) approach. I would like to put a statically-typed lisp as the OS's second language after Rust.

How to begin

Start with the makefile.

What is good (so far)

  1. It think the test setup is good. Unit tests are run on the host. Rust integration tests are run under QEMU.
  2. The arch abstraction is good, which helps the policy abstraction.
  3. The use of Rust is more complete than most. We start the processor in Rust, and really only need global_asm for exception handler entry.
  4. Documentation and test coverage are significantly improved in this second try.
  5. My implementation of map_translation handles blocks and contiguous ranges.

What could improve

  1. Reducing unsafe code even further, and justifying the necessary use of unsafe.
  2. Would be good to build the x86 kernel in tandem, but I have avoided xbuild for arm, so I'll wait.
  3. I am not sure enough of traits, monomorphisation and statics to be confident in module interfaces.

Influences and thanks

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.