diff --git a/README.md b/README.md index b63bc77..9cf4a71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # bootproof A hobby x86_64 operating system written in Rust. +![screenshot](/docs/screenshot.png) + +The above screenshot from commit 538dfea (July 18th, 2020) +demonstrates bootproof's Unicode support, PSF font loader, +and generic support for graphics-based TTYs and terminals. + ## Installation bootproof runs on x86_64 and expects to be loaded by UEFI. You can either boot it using an emulator or on your own computer. diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 0000000..00efd8b Binary files /dev/null and b/docs/screenshot.png differ