diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 04:06:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-13 04:06:47 +0000 |
commit | aac8d39c753e8525875d63bebbe9fca8cda2b70c (patch) | |
tree | e2631c29f62aa66e06ede203f9e78f23346bf991 | |
parent | c3cf5b142e8c0e3c80886a259cb38a996607ac74 (diff) |
from netbsd:Need to define KERNTEXTOFF for kvm_mkdb
-rw-r--r-- | sys/arch/sun3/include/param.h | 3 |
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) */ |