diff --git a/mkbootimg/OLVASSEL.md b/mkbootimg/OLVASSEL.md
index e28cb90..2f5fbc6 100644
--- a/mkbootimg/OLVASSEL.md
+++ b/mkbootimg/OLVASSEL.md
@@ -21,11 +21,18 @@ fájlrendszerek:
| `ext2` | ✗No | ✔Yes | [spec](https://gitlab.com/bztsrc/bootboot/raw/binaries/specs/ext2.pdf), [dokumentáció](https://www.nongnu.org/ext2-doc/ext2.html) |
| `lean` | ✗No | ✔Yes | [V0.6 spec](http://freedos-32.sourceforge.net/lean/specification.php), [V0.7 spec](http://www.fysnet.net/leanfs/specification.php) |
-A kód úgy lett megírva, hogy könnyű legyen bővíteni.
+A kód úgy lett megírva, hogy könnyű legyen bővíteni új fájlrendszerekkel.
A kigenerált képet leellenőriztem fdisk-el, valamint a gdisk verify funkciójával. A FAT partíció tesztelve lett fsck.vfat-al
és UEFI förmverrel, továbbá Raspberry Pi-n. Az ISO9660-es rész iat-vel (ISO9660 Analyzer Tool) és Linux mounttal lett tesztelve.
+Áttekintés
+----------
+
+Itt a minden komponenst tartalmazó, teljes kép:
+
+
+
Működési módok
--------------
diff --git a/mkbootimg/README.md b/mkbootimg/README.md
index 641699d..34776ae 100644
--- a/mkbootimg/README.md
+++ b/mkbootimg/README.md
@@ -20,11 +20,18 @@ also creates an initrd or a disk partition from a directory. Supported file syst
| `ext2` | ✗No | ✔Yes | [spec](https://gitlab.com/bztsrc/bootboot/raw/binaries/specs/ext2.pdf), [documentation](https://www.nongnu.org/ext2-doc/ext2.html) |
| `lean` | ✗No | ✔Yes | [V0.6 spec](http://freedos-32.sourceforge.net/lean/specification.php), [V0.7 spec](http://www.fysnet.net/leanfs/specification.php) |
-The code is written in a way that it is easily expandable.
+The code is written in a way that it is easily expandable with new file systems.
The generated image was tested with fdisk, and with the verify function of gdisk. The FAT partition was tested with fsck.vfat
and with TianoCore UEFI firmware and on Raspberry Pi. The ISO9660 part tested with iat (ISO9660 Analyzer Tool) and Linux mount.
+Overview
+--------
+
+This is the big picture, showing all components:
+
+
+
Operating Modes
---------------
diff --git a/mkbootimg/overview.gif b/mkbootimg/overview.gif
new file mode 100644
index 0000000..75930de
Binary files /dev/null and b/mkbootimg/overview.gif differ