Skip to content

gabitOS is my own operating system, written in Rust

Notifications You must be signed in to change notification settings

gbrmachado/gabitOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gabitOS

This is an experimental trying of making an operating-system-kernel in RUST. Creating a new OS also means that we can't use threads, files, heap-memory, network tools, and other things that require OS abstractions. As a consequence, we can't use most of Rust Standard library features.

How to run

  1. git clone https://github.com/gbrmachado/gabitOS/ && cd gabitOS
  2. qemu-system-x86_64 -drive format=raw,file=bin/bootimage-gab-os.bin

About

gabitOS is my own operating system, written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages