Skip to content

CosmOS - experimental operating system written in Rust.

Notifications You must be signed in to change notification settings

grupacosmo/cosmos

Repository files navigation

CosmOS

A simple operating system written in Rust.

Table of Contents

Setup

Linux

Arch

pacman -S qemu-desktop

Ubuntu

apt install qemu-system-x86

Windows

  • Install QEMU from here
  • Add qemu to PATH (example: C:\Program Files\qemu)
  • Add nightly toolchain
    rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc
    

Run

This will build the kernel, create an image and launch it with qemu.

cargo run

OS dev resources

General

Bootloader

About

CosmOS - experimental operating system written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages