diff --git a/hello-dasharo/README.md b/hello-dasharo/README.md new file mode 100644 index 0000000..5ee62d8 --- /dev/null +++ b/hello-dasharo/README.md @@ -0,0 +1,18 @@ + +### Welcome to Hello Dasharo Universe! +An UEFI hello-world program, but with delay, pre- and post. + +Build prerequisites, for Fedora distrubution: +- mingw64-gcc +- openssl +- sbsigntools + +Installation of mingw64-gcc compiler packages: +`sudo dnf install mingw64-gcc` + +Building dist directory, containing complete set of files for BAD_INFLUE SecureBoot USB stick: +`make clean && make dist` + +For more information on available Makefile targets: +`make help` +