Skip to content

A work-in-progress L4 microkernel implementation in Rust.

License

Notifications You must be signed in to change notification settings

Chlorophytus/step4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

step4

A work-in-progress L4 microkernel implementation in Rust.

Example emulation

On AMD Zynq-7000 platforms:

cargo build --target armv7a-none-eabi
qemu-system-arm -s -S -machine xilinx-zynq-a9 -m 512M -serial mon:stdio -cpu cortex-a9 -kernel ./target/armv7a-none-eabi/debug/step4

Then attach GDB.

About

A work-in-progress L4 microkernel implementation in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published