├── LICENSE ├── Makefile ├── README.md └── main.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utshina/uefi-simple/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utshina/uefi-simple/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utshina/uefi-simple/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utshina/uefi-simple/HEAD/main.c --------------------------------------------------------------------------------