X-Git-Url: https://eleni.mutantstargoat.com/git/?p=bootboot;a=blobdiff_plain;f=README.md;fp=README.md;h=4784abf02ce5a41850acf6ce4bd78ca8e14abac1;hp=0000000000000000000000000000000000000000;hb=578afa5bae708bfb29c585c5ee8337a7d64f833a;hpb=9002b7be878331cdc08a6791cc1622d64bb8e6d1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..4784abf --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +BootBoot +========= +An x86 ASM program that displays an effect and boots from HD. + +Demo: https://www.youtube.com/watch?v=114nNLssV4A + +Build Instructions +------------------- +If you use the Makefile run make. + +dd if=bootboot of=/dev/ 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.