Giter Club home page Giter Club logo

steinsos's Introduction

Introduction

SteinsOS is an operating system featuring non-preemptive kernel targeting on single-core armv8 architecture.

SteinOS is derived from following tutorials and software distributions:

Redox OS: The state-of-the-art Rust Operating System.

RISC Vに従うCPUの上で動作するOSをRustで書く(CPU実験余興: Very useful blog about Rust bare-metal programming.

Writing an OS in Rust: An excellent series about kernel dev with Rust.

xv6: An Unix-like OS written in C.

Document

Below are SteinsOS docuements, one in Taiwanese, and the other in English.

Taiwanese

English

Prerequisites

Here's what you need:

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ sudo apt-get install -y qemu-system-aarch64

Build and run

Just run make qemu

$ make qemu

Feature

  • Preemptive multi-tasking
  • Memory management
  • Virtual Memory
  • File system
  • C library

Shell

$ ls
.
shell
ls
cat
READMD.md
$ cat ./README.md
...

Contribution

Pull requests, bug reports and any kind of suggestion are very welcomed.

steinsos's People

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.