Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160897852
D38257.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
708 B
Referenced Files
None
Subscribers
None
D38257.diff
View Options
diff --git a/stand/kboot/Makefile b/stand/kboot/Makefile
--- a/stand/kboot/Makefile
+++ b/stand/kboot/Makefile
@@ -20,6 +20,7 @@
# Architecture-specific loader code
SRCS= \
+ bootinfo.c \
conf.c \
crt1.c \
gfx_fb_stub.c \
diff --git a/stand/kboot/bootinfo.c b/stand/kboot/bootinfo.c
--- a/stand/kboot/bootinfo.c
+++ b/stand/kboot/bootinfo.c
@@ -43,6 +43,8 @@
#ifdef EFI
#include <efi.h>
#include <efilib.h>
+#else
+#include "kboot.h"
#endif
#include "bootstrap.h"
@@ -67,9 +69,6 @@
int bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp,
bool exit_bs);
-#ifndef EFI
-void bi_loadsmap(struct preloaded_file *kfp);
-#endif
static int
bi_getboothowto(char *kargs)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 29, 8:33 PM (3 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34422634
Default Alt Text
D38257.diff (708 B)
Attached To
Mode
D38257: kboot: Connect bootinfo.c to the build
Attached
Detach File
Event Timeline
Log In to Comment