Added README.md and LICENSE.txt

This commit is contained in:
Jozef Nagy 2024-04-05 21:15:11 +02:00
parent f5edc1f1e8
commit 075ed7cac3
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
2 changed files with 34 additions and 0 deletions

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# Simple EFI Library (SEL)
## Usage
Simply put `#include "efi.h"` into your source code and you're good to go.
`efilib.h` provides additional functionality, but is not required for it to be included.
## Contributing
PRs are welcome for fixing spelling or formatting mistakes, otherwise open an issue.
## License
Simple EFI Library is licensed under the MIT license, which you can find [here](LICENSE.txt).