Clarify rust_kernel in readme

This commit is contained in:
Greg Shuflin
2022-01-29 23:28:31 -08:00
parent 4d80e10dbd
commit 288dd537c0
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
*.o
*.iso
*.bin
gamarjoba_munde/gamarjoba
baremetal_gamarjoba/baremetal_gamarjoba
keyboard/keyboard_kernel

View File

@@ -9,6 +9,7 @@ This repo contains the following executables:
* `baremetal_gamarjoba` - bare-metal x86 program run with QEMU
* `keyboard` - reads keycode information from keyboard. Also uses both Rust and C includes.
* `lightshow` - NOTE: Broken - an attempt at a substantial #[no_core] rust object file, currently crashes rustc
* `rust_kernel` - me following the 2015 version of the Phil Opp rust bare metal tutorial. Kept around for posterity
# Useful links