Coder Social home page Coder Social logo

oro-os / kernel Goto Github PK

View Code? Open in Web Editor NEW
40.0 3.0 0.0 1.56 MB

Kernel for the Oro Operating System

Home Page: https://oro.sh

License: Mozilla Public License 2.0

Rust 84.54% Python 15.28% Shell 0.16% C 0.03%
hybrid-kernel kernel microkernel operating-system operating-system-kernel

kernel's Introduction


Oro Operating System


Kernel and associated bootloaders for the Oro Operating System,
a general-purpose, minimal, and novel microkernel operating system written in Rust.
« oro.sh | discord | x »



This is the home of the Oro Operating System kernel and bootloader crates. All code necessary to build and run the kernel is provided in this repository.

Caution

The Oro Operating System is currently in the early stages of development. It is not yet suitable for use in a production environment.

Building

The kernel is built standalone and used as a module for a bootloader entry point. The kernel does not support being booted to directly.

To build the kernel itself:

cargo kernel-x86_64
cargo kernel-aarch64

To build a bootloader:

cargo limine-x86_64
cargo limine-aarch64

Documentation

The Oro kernel is thoroughly documented. You may generate a local copy of the documentation with:

cargo oro-doc-x86_64 --open
cargo oro-doc-aarch64 --open

Security

If you have found a vulnerability within the Oro kernel or any of the associated crates included in this repository, please do not open an issue and instead consult SECURITY.md for instructions on how to responsibly disclose your findings.

License

The Oro Operating System kernel is © 2016-2024 by Joshua Lee Junon, and licensed under the Mozilla Public License 2.0.

kernel's People

Contributors

qix- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kernel's Issues

Support --offline builds

Could be done one of two ways:

  • cargo vendor and a CI script to check if the dependencies match the lockfiles
  • Forks + submodules, then using CI to automatically pull new versions when needed
  • Combination of the two.

Regardless of if we want to go the vendoring route or submodule route (I'm leaning toward the latter), this is still blocked on rust-lang/wg-cargo-std-aware#23.

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.