Skip to content

nebulafoundation/nebula-os

Repository files navigation

nebula os

A x86-64 hobby operating system written entirely from scratch in Rust.

Getting Started

Prerequisites

  • A computer or virtual machine with UEFI support.
  • A Rust toolchain installed via rustup.
  • QEMU (for testing)

Cloning the Repository

Clone the repository to your local machine:

git clone https://github.com/nebulafoundation/nebula-os.git
cd nebula-os

Running

QEMU

make run release=true

Real Machine

make usb USB_DEVICE=/dev/<device> release=true

Makefile will later be replaced by proper boot utility

About

x86-64 operating system written in Rust

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published