Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/conf Add a PPC64 kernel for testing



details:   https://anonhg.NetBSD.org/src/rev/351b7a86915d
branches:  trunk
changeset: 793895:351b7a86915d
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Feb 28 05:52:56 2014 +0000

description:
Add a PPC64 kernel for testing

diffstat:

 sys/arch/ofppc/conf/GENERIC64   |  3 +++
 sys/arch/ofppc/conf/std.ofppc64 |  9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r 2830e94307d8 -r 351b7a86915d sys/arch/ofppc/conf/GENERIC64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/ofppc/conf/GENERIC64     Fri Feb 28 05:52:56 2014 +0000
@@ -0,0 +1,3 @@
+# $NetBSD: GENERIC64,v 1.1 2014/02/28 05:52:56 matt Exp $
+include "arch/ofppc/conf/GENERIC"
+include "arch/ofppc/conf/std.ofppc64"
diff -r 2830e94307d8 -r 351b7a86915d sys/arch/ofppc/conf/std.ofppc64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/ofppc/conf/std.ofppc64   Fri Feb 28 05:52:56 2014 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: std.ofppc64,v 1.1 2014/02/28 05:52:56 matt Exp $
+
+makeoptions    LP64="yes"
+no options     EXEC_ELF32
+no options     PPC_OEA
+no options     PPC_OEA64_BRIDGE
+options                PPC_OEA64
+options                EXEC_ELF64
+options        COMPAT_NETBSD32



Home | Main Index | Thread Index | Old Index