. Version is '3.1.2-B1', stands for -beta1
. Removed old copyright notice from <minix/const.h>
This commit is contained in:
parent
cd8905f906
commit
b3f969af94
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/* Minix release and version numbers. */
|
/* Minix release and version numbers. */
|
||||||
#define OS_RELEASE "3"
|
#define OS_RELEASE "3"
|
||||||
#define OS_VERSION "1.2"
|
#define OS_VERSION "1.2-B1"
|
||||||
|
|
||||||
/* This file sets configuration parameters for the MINIX kernel, FS, and PM.
|
/* This file sets configuration parameters for the MINIX kernel, FS, and PM.
|
||||||
* It is divided up into two main sections. The first section contains
|
* It is divided up into two main sections. The first section contains
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
/* Copyright (C) 2001 by Prentice-Hall, Inc. See the copyright notice in
|
|
||||||
* the file /usr/src/LICENSE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CHIP
|
#ifndef CHIP
|
||||||
#error CHIP is not defined
|
#error CHIP is not defined
|
||||||
@ -107,9 +104,6 @@
|
|||||||
#define X_BIT 0000001 /* rwX protection bit */
|
#define X_BIT 0000001 /* rwX protection bit */
|
||||||
#define I_NOT_ALLOC 0000000 /* this inode is free */
|
#define I_NOT_ALLOC 0000000 /* this inode is free */
|
||||||
|
|
||||||
/* Flag used only in flags argument of dev_open. */
|
|
||||||
#define RO_BIT 0200000 /* Open device readonly; fail if writable. */
|
|
||||||
|
|
||||||
/* Some limits. */
|
/* Some limits. */
|
||||||
#define MAX_BLOCK_NR ((block_t) 077777777) /* largest block number */
|
#define MAX_BLOCK_NR ((block_t) 077777777) /* largest block number */
|
||||||
#define HIGHEST_ZONE ((zone_t) 077777777) /* largest zone number */
|
#define HIGHEST_ZONE ((zone_t) 077777777) /* largest zone number */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user