Skip to content

Mustafif/MinKernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Minimal Kernel written in Rust

Followed by the OS Guide

How to use

Use the nightly compiler and add the following configuration to ~/.cargo/config.toml:

[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[target.'cfg(target_os = "none")']
runner = "bootimage runner"

Build: make build Run: make run

To run the tests use make test and to test heap allocations run make test_alloc.

About

A minimal kernel written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published