From 288dd537c09bb89c7c3b7b9f1df274ba141f7095 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sat, 29 Jan 2022 23:28:31 -0800 Subject: [PATCH] Clarify rust_kernel in readme --- .gitignore | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) 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