Skip to content

luzzif/kore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kore

Kore is a minimal kernel written in Rust.

Startup

In order to startup the kernel, be sure to have Rust installed (you can find the instructions here). The next step is installing the bootimage crate. Since the kernel is in a super-early development stage, it is currently not multiboot compliant. This tool simply ensures that a bootloader gets appended to the kernel image when compiling with it. The last step is installing QEMU (you can find the instructions here), a VM through which the kernel will be run. That's it, compile and run the kernel by executing the bootimage run command from the project's root.

About

A kernel written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages