Giter Club home page Giter Club logo

rost's Introduction

rOSt, a 64-Bit Rust operating system

For more information about the project, please visit the wiki, this readme is meant to give a quick overview of the project for developers and anyone interested.

If you are interested in contributing to the project, please visit the Contributing file.

Structure

The project is divided into multiple folders:

  1. src contains the main entry point of the kernel.
  2. rost-lib contains the standard library that will be available to all programs written for the OS.
  3. boot contains the settings for building the image with the bootloader, and QEMU settings.
  4. utils contains utility functions, constants and structures that could be used throughout the kernel.
  5. drivers contains drivers that add extended functionality that is not in the scope of the kernel core.
  6. kernel contains the core library and functionality.

Requirements

Rust should automatically switch to the nightly channel and install the llvm tools when it detects the rust-toolchain.toml.

How to run

cargo krun

will build the kernel and start up a qemu instance booting the kernel in debug mode.

Testing

Tests are ran after the kernel initializes the necessities like kernel heap, general memory management and interrupts.

To run the tests do:

cargo ktest

Troubleshooting

  • If the build fails because of usage of unstable features, make sure that you have enabled the nightly channel using rustup default nightly or rustup upgrade

Processor Chip Icon by Kalash

rost's People

Contributors

comicalcache 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.