FreeBSD Bugzilla – Attachment 224465 Details for
Bug 255191
Booting DragonFlyBSD results in Failed to emulate instruction sequence output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dfly mptable diff
mptable.c.diff (text/plain), 510 bytes, created by
Peter Grehan
on 2021-04-27 03:40:36 UTC
(
hide
)
Description:
dfly mptable diff
Filename:
MIME Type:
Creator:
Peter Grehan
Created:
2021-04-27 03:40:36 UTC
Size:
510 bytes
patch
obsolete
>diff --git a/sys/platform/pc64/x86_64/mptable.c b/sys/platform/pc64/x86_64/mptable.c >index aaf8fd7f13..29334dda2b 100644 >--- a/sys/platform/pc64/x86_64/mptable.c >+++ b/sys/platform/pc64/x86_64/mptable.c >@@ -283,7 +283,7 @@ mptable_search(void) > return x; > } else { > /* last 1K of base memory, effective 'top of base' passed in */ >- target = (u_int32_t)(base_memory - 0x400); >+ target = (u_int32_t)((base_memory * 1024) - 0x400); > if ((x = mptable_search_sig(target, 1024 / 4)) > 0) > return x; > }
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 255191
: 224465