added license, author
[bootboot] / README.md
1 BootBoot
2 =========
3 An x86 ASM program that displays an effect and boots from HD.
4
5 Demo: https://www.youtube.com/watch?v=114nNLssV4A
6
7 Build Instructions
8 -------------------
9 If you use the Makefile run make.
10
11 dd if=bootboot of=/dev/<your_device> bs=512 to copy it to the device from which you want to boot
12
13 License
14 --------
15
16 Copyright (C) 2021 Eleni Maria Stea elene.mst@gmail.com
17
18 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.