Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 228 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 228 Bytes

Simple rust kernel

I'm learning from this tutorial.

building, testing, running

Needs qemu for testing and running.

  • Building: make deps && make
  • Testing: make test
  • Running: make run