Skip to content

The experimental try to write OS kernel on Rust

License

Notifications You must be signed in to change notification settings

Kovalit31/ReKernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReKernel

The experimental try to write OS kernel on Rust

Description

It is a try to write Unix-like kernel like a linux :-\

Building

Run:

build.py [TARGET]

where target is legacy, bios (unstable), efi (unstable) and clean (cleans directories). <br> See "build.py --help" for more info.

Construction

  • configs/ - Config directory
  • kernel/ - Main kernel
  • image/ - Source for building efi and bios images
  • scripts/ - Scripts for building
  • build.py - Main build script

TODO

  1. Kernel (Unix-like)
  2. Other support

About

The experimental try to write OS kernel on Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published