Increase MSGBUFOFF to 512 so we can be sure there is room for a
kernel core header before the message buffer.
This commit is contained in:
parent
451ec4af35
commit
167d06be57
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.46 1997/10/02 01:12:09 gwr Exp $ */
|
||||
/* $NetBSD: param.h,v 1.47 1997/10/03 02:16:15 gwr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Gordon W. Ross
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
#define UPAGES 2 /* pages of u-area */
|
||||
|
||||
#define MSGBUFOFF 0x100
|
||||
#define MSGBUFOFF 0x200
|
||||
#define MSGBUFSIZE (NBPG - MSGBUFOFF)
|
||||
|
||||
#include <m68k/param.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param3.h,v 1.46 1997/10/02 01:12:09 gwr Exp $ */
|
||||
/* $NetBSD: param3.h,v 1.47 1997/10/03 02:16:15 gwr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Gordon W. Ross
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
#define UPAGES 2 /* pages of u-area */
|
||||
|
||||
#define MSGBUFOFF 0x100
|
||||
#define MSGBUFOFF 0x200
|
||||
#define MSGBUFSIZE (NBPG - MSGBUFOFF)
|
||||
|
||||
#include <m68k/param.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param3x.h,v 1.10 1997/10/02 01:12:17 gwr Exp $ */
|
||||
/* $NetBSD: param3x.h,v 1.11 1997/10/03 02:16:17 gwr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
#define UPAGES 2 /* pages of u-area */
|
||||
|
||||
#define MSGBUFOFF 0x100
|
||||
#define MSGBUFOFF 0x200
|
||||
#define MSGBUFSIZE (NBPG - MSGBUFOFF)
|
||||
|
||||
#include <m68k/param.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.10 1997/10/02 01:12:17 gwr Exp $ */
|
||||
/* $NetBSD: param.h,v 1.11 1997/10/03 02:16:17 gwr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
#define UPAGES 2 /* pages of u-area */
|
||||
|
||||
#define MSGBUFOFF 0x100
|
||||
#define MSGBUFOFF 0x200
|
||||
#define MSGBUFSIZE (NBPG - MSGBUFOFF)
|
||||
|
||||
#include <m68k/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user