Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/amd64 Define SET_KERNEL_GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/9b4d73b75ea9
branches:  trunk
changeset: 551187:9b4d73b75ea9
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Aug 31 16:53:03 2003 +0000

description:
Define SET_KERNEL_GENERIC.

diffstat:

 distrib/utils/sysinst/arch/amd64/md.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fcdded922e56 -r 9b4d73b75ea9 distrib/utils/sysinst/arch/amd64/md.h
--- a/distrib/utils/sysinst/arch/amd64/md.h     Sun Aug 31 16:41:53 2003 +0000
+++ b/distrib/utils/sysinst/arch/amd64/md.h     Sun Aug 31 16:53:03 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.12 2003/08/19 17:25:49 dsl Exp $      */
+/*     $NetBSD: md.h,v 1.13 2003/08/31 16:53:03 fvdl Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -73,6 +73,8 @@
 
 #define SET_MD_1_NAME          "toolchain"
 
+#define SET_KERNEL_GENERIC     SET_KERNEL_1
+
 /* Bootblock type */
 EXTERN const char *boottype INIT("");
 



Home | Main Index | Thread Index | Old Index