From b8493bf2489edf30d2429ebc268c082f0fc9e556 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 7 Aug 2014 18:55:16 +0200 Subject: added screenshot and attempted to link from README --- README | 10 +++++++--- screenshots/foolos.png | Bin 0 -> 9390 bytes 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 screenshots/foolos.png diff --git a/README b/README index 646f1d5..c57ae80 100644 --- a/README +++ b/README @@ -8,9 +8,13 @@ Copyright M.Idziorek 2014 Disclaimer ---------- -This is a simple and useless "operating system", with no features, -sorry. Currently it is just the rotting fruit of my explorations of -the 32-bit protected mode and interrupt handling +This is a simple and useless "operating system", with very basic +features, sorry. It is the fruit of my fundamental explorations of +the 32-bit protected mode, interrupt handling, memory management and +some other things. + +![Screenshot of FoolOS](/screenshots/foolos.png?raw=true "FoolOs Kernel") + NOTES ===== diff --git a/screenshots/foolos.png b/screenshots/foolos.png new file mode 100644 index 0000000..cc533d7 Binary files /dev/null and b/screenshots/foolos.png differ -- cgit v1.2.3