Skip to content

A Rust kernel running on bare UEFI (no separate bootloader). Very early stage.

Notifications You must be signed in to change notification settings

le-jzr/sisyphos-kernel-uefi-x86_64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sisyphos-kernel-uefi-x86_64

A Rust kernel running on bare UEFI (no separate bootloader). Very early stage.

Check the wiki for some notes about this thing.

Basically, the eventual goal is to build a non-opinionated microkernel that can load regular ELF64 programs as kernel "modules". Actually, just fairly conventional processes, except running in kernel space (they are assumed to be written in Rust and reproducible, so that hardware protections are unnecessary, similar but unrelated to Microsoft's Singularity project).

The core micro/nano/whateverkernel will link up the loaded applications with a builtin dynamically linked library that exposes its functionality, moving the responsibility for higher-level problems (such as syscalls) into these loadable binaries, and also allowing simple emulation without virtualization for debugging purposes.

About

A Rust kernel running on bare UEFI (no separate bootloader). Very early stage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages