NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/52000 CVS commit: src/sys/arch/amd64/conf
The following reply was made to PR port-amd64/52000; it has been noted by GNATS.
From: "Maxime Villard" <maxv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/52000 CVS commit: src/sys/arch/amd64/conf
Date: Wed, 14 Jun 2017 07:45:46 +0000
Module Name: src
Committed By: maxv
Date: Wed Jun 14 07:45:45 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: kern.ldscript
Log Message:
Fix a pretty dumb mistake I made in r1.22: the alignment needs to be in the
bss, otherwise the bootloader will use memory before __kernel_end and give
a wrong start pa to the kernel.
This issue was investigated by Anthony Mallet. Should fix PR/52000.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/amd64/conf/kern.ldscript
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index