Skip to content

mdpatelcsecon/charlotte-os-limine-rust-barebones

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CharlotteOS Limine Rust Barebones

This repository serves as a template for developing a Limine Boot Protocol compliant operating system kernel in the Rust Programming Langauge.

The following need to be installed in order to use it:

  • Rustup
  • A Rust toolchain
  • xorriso
  • curl
  • make
  • qemu-system

With all of those dependencies installed all of the make commands should just work. If not then open an issue.

About

A template for making a Limine Boot Protocol compliant kernel in the Rust Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 33.4%
  • Linker Script 24.4%
  • Shell 23.7%
  • Python 13.2%
  • Rust 5.3%