. Version is '3.1.2-B1', stands for -beta1

. Removed old copyright notice from <minix/const.h>
This commit is contained in:
Ben Gras 2006-03-13 13:18:39 +00:00
parent cd8905f906
commit b3f969af94
2 changed files with 1 additions and 7 deletions

View file

@ -3,7 +3,7 @@
/* Minix release and version numbers. */
#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.
* It is divided up into two main sections. The first section contains

View file

@ -1,6 +1,3 @@
/* Copyright (C) 2001 by Prentice-Hall, Inc. See the copyright notice in
* the file /usr/src/LICENSE.
*/
#ifndef CHIP
#error CHIP is not defined
@ -107,9 +104,6 @@
#define X_BIT 0000001 /* rwX protection bit */
#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. */
#define MAX_BLOCK_NR ((block_t) 077777777) /* largest block number */
#define HIGHEST_ZONE ((zone_t) 077777777) /* largest zone number */