Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106054528
D2276.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1016 B
Referenced Files
None
Subscribers
None
D2276.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2276: Add build support for i386 loader.efi
Attached
Detach File
Event Timeline
Log In to Comment