diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-11-02 23:06:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-11-02 23:06:19 +0000 |
commit | 7600d27aaf2c2e9c2f7a10b75aac3aff61f07619 (patch) | |
tree | 1c5f91faeae8d999b2d7306c09ea5fc90b574743 /sys/arch/luna88k/include/param.h | |
parent | 2d9cddba6fa56fb7d399540853f1a932e3cf4cc2 (diff) |
Link m88k kernels on a BATC boundary.
Diffstat (limited to 'sys/arch/luna88k/include/param.h')
-rw-r--r-- | sys/arch/luna88k/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/include/param.h b/sys/arch/luna88k/include/param.h index 8e12fe594f7..cfc1ca7b3d2 100644 --- a/sys/arch/luna88k/include/param.h +++ b/sys/arch/luna88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.4 2013/03/23 16:12:24 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.5 2013/11/02 23:06:18 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -49,6 +49,6 @@ * these 128KB. */ #define KERNBASE 0x00000000 /* start of kernel virtual */ -#define KERNTEXTOFF 0x00020000 /* start of kernel text */ +#define KERNTEXTOFF 0x00080000 /* start of kernel text */ #endif /* _MACHINE_PARAM_H_ */ |