diff --git a/.gitignore b/.gitignore index 565d246..3b7f41e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.o +*.iso +*.bin gamarjoba_munde/gamarjoba baremetal_gamarjoba/baremetal_gamarjoba keyboard/keyboard_kernel diff --git a/README.md b/README.md index 1d2f01d..be5c5f1 100644 --- a/README.md +++ b/README.md @@ -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