Page MenuHomeFreeBSD

D2276.diff
No OneTemporary

D2276.diff

Index: head/sys/boot/efi/loader/arch/i386/Makefile.inc
===================================================================
--- head/sys/boot/efi/loader/arch/i386/Makefile.inc
+++ head/sys/boot/efi/loader/arch/i386/Makefile.inc
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+SRCS+= start.S \
+ efimd.c \
+ elf32_freebsd.c \
+ exec.c \
+ reloc.c
+
+.PATH: ${.CURDIR}/../../i386/libi386
+SRCS+= nullconsole.c \
+ comconsole.c
Index: head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
===================================================================
--- head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
+++ head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
@@ -48,6 +48,12 @@
struct file_format i386_elf = { elf32_loadfile, elf32_exec };
struct file_format i386_elf_obj = { elf32_obj_loadfile, elf32_obj_exec };
+struct file_format *file_formats[] = {
+ &i386_elf,
+ &i386_elf_obj,
+ NULL
+};
+
/*
* There is an ELF kernel and one or more ELF modules loaded.
* We wish to start executing the kernel image, so make such

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 2:48 PM (11 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15596899
Default Alt Text
D2276.diff (1016 B)

Event Timeline