summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/include/param.h')
-rw-r--r--sys/arch/sun3/include/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sun3/include/param.h b/sys/arch/sun3/include/param.h
index 4ae441f76cc..b72278c3e5c 100644
--- a/sys/arch/sun3/include/param.h
+++ b/sys/arch/sun3/include/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.29 1995/06/27 14:37:22 gwr Exp $ */
+/* $NetBSD: param.h,v 1.29.2.1 1995/11/10 22:09:00 gwr Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@@ -70,6 +70,7 @@
#define KERNBASE 0x0E000000 /* start of kernel virtual */
#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
+#define KERNTEXTOFF 0x0E004000 /* start of kernel text */
#define DEV_BSIZE 512
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */