Signed-off-by: Mateusz Maciejewski <mateusz.maciejewski@3mdeb.com>
This commit is contained in:
Mateusz Maciejewski
2025-04-28 16:44:50 +02:00
parent d85fb1089e
commit 8ad58a3b66
+18
View File
@@ -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`