mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
we construct the EFI image. It doesn't seem to actually end up in the EFI image, AFAICT. o Replace .quad, .long and .short with data8, data4 and data2 resp. The former are gnuisms. o Redefine _start_plabel as a data16 with @iplt(_start) as its value. This is the preferred way to create user PLT entries. |
||
|---|---|---|
| .. | ||
| arch/ia64 | ||
| bootinfo.c | ||
| copy.c | ||
| delay.c | ||
| devicename.c | ||
| efi_console.c | ||
| efiboot.h | ||
| efifpswa.c | ||
| efifs.c | ||
| efinet.c | ||
| elf_freebsd.c | ||
| libefi.c | ||
| Makefile | ||
| module.c | ||
| time.c | ||