osresearch / safeboot-loader

Linux kernel module to use UEFI Block IO Protocol devices. Probably not a good idea.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build out of tree module

osresearch opened this issue · comments

Having to build in tree is problematic for vanilla kernels and updates.

Looks like the only issue is that efi_kobj is not exported, so creating files in /sys/firmware/efi is a problem. We could patch the kernel to add an export for it, or maybe there is a better way to turn a name into a kobj.