FreeBSD Bugzilla – Attachment 146407 Details for
Bug 192962
Boot loader too large with Aug-11 FreeBSD/i386 11-CURRENT snapshot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bootmethod_i386.patch
file_192962.txt (text/plain), 551 bytes, created by
John Baldwin
on 2014-08-27 20:57:16 UTC
(
hide
)
Description:
bootmethod_i386.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2014-08-27 20:57:16 UTC
Size:
551 bytes
patch
obsolete
>--- //depot/projects/smpng/sys/i386/i386/machdep.c 2014-08-12 19:36:24.000000000 0000 >+++ /home/jhb/work/p4/smpng/sys/i386/i386/machdep.c 2014-08-12 19:36:24.000000000 0000 >@@ -1639,6 +1639,10 @@ > SYSCTL_ULONG(_machdep, OID_AUTO, guessed_bootdev, > CTLFLAG_RD, &bootdev, 0, "Maybe the Boot device (not in struct cdev *format)"); > >+static char bootmethod[16] = "BIOS"; >+SYSCTL_STRING(_machdep, OID_AUTO, bootmethod, CTLFLAG_RD, bootmethod, 0, >+ "System firmware boot method"); >+ > /* > * Initialize 386 and configure to run kernel > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192962
: 146407