Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Compile the prekern entry point only und...



details:   https://anonhg.NetBSD.org/src/rev/ff26bb851309
branches:  trunk
changeset: 828779:ff26bb851309
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Jan 01 08:14:13 2018 +0000

description:
Compile the prekern entry point only under KASLR.

diffstat:

 sys/arch/amd64/conf/files.amd64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c442b6a3fade -r ff26bb851309 sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64   Mon Jan 01 08:03:43 2018 +0000
+++ b/sys/arch/amd64/conf/files.amd64   Mon Jan 01 08:14:13 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amd64,v 1.96 2017/12/07 23:11:50 christos Exp $
+#      $NetBSD: files.amd64,v 1.97 2018/01/01 08:14:13 maxv Exp $
 #
 # new style config file for amd64 architecture
 #
@@ -47,7 +47,7 @@
 file   kern/subr_disk_mbr.c                    disk
 file   arch/amd64/amd64/gdt.c                  machdep
 file   arch/amd64/amd64/machdep.c              machdep
-file   arch/amd64/amd64/prekern.c              machdep
+file   arch/amd64/amd64/prekern.c              kaslr
 file   arch/amd64/amd64/process_machdep.c      machdep
 file   arch/amd64/amd64/trap.c                 machdep
 file   arch/x86/x86/fpu.c                      machdep



Home | Main Index | Thread Index | Old Index