rulimine/common/sbat.c

12 lines
274 B
C
Raw Normal View History

#if uefi == 1
2021-06-25 02:23:26 +03:00
2022-02-21 01:14:14 +03:00
#include <config.h>
2021-06-25 02:23:26 +03:00
asm (
".section .sbat\n\t"
".ascii \"sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md\\n\"\n\t"
".ascii \"limine,1,Limine,limine," LIMINE_VERSION ",https://limine-bootloader.org\\n\"\n\t"
);
#endif