. Removed old copyright notice from <minix/const.h>
/* 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
-/* Copyright (C) 2001 by Prentice-Hall, Inc. See the copyright notice in
- * the file /usr/src/LICENSE.
- */
#ifndef CHIP
#error CHIP is not defined
#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 */