added license, author
[bootboot] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..272d6f2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+BootBoot
+=========
+An x86 ASM program that displays an effect and boots from HD.
+License
+
+Demo: https://www.youtube.com/watch?v=114nNLssV4A
+
+Build Instructions
+-------------------
+If you use the Makefile run make.
+dd if=bootboot of=/dev/<your_device> bs=512 to copy it to the device from which you want to boot
+
+License
+--------
+
+Copyright (C) 2021 Eleni Maria Stea elene.mst@gmail.com
+
+This program is free software. You are free to use, modify, and/or re-distribute it, under the terms of the GNU General Public License version 3, or at your option any later version published by the Free Software Foundation. See COPYING for details.