/* Minix release and version numbers. */
#define OS_RELEASE "3"
-#define OS_VERSION "1.5"
+#define OS_VERSION "1.6"
/* This file sets configuration parameters for the MINIX kernel, FS, and PM.
* It is divided up into two main sections. The first section contains
#ifdef _SVN_REVISION
"(" _SVN_REVISION ")\n"
#endif
- "Copyright 2009, Vrije Universiteit, Amsterdam, The Netherlands\n",
+ "Copyright 2010, Vrije Universiteit, Amsterdam, The Netherlands\n",
OS_RELEASE, OS_VERSION);
kprintf("MINIX is open source software, see http://www.minix3.org\n");
}
-Welcome to MINIX 3.1.5.
-
-This snapshot is an interim release, not final release quality. It is
-intended as a prerelease for developers.
+Welcome to MINIX 3.1.6.
The system is now running and many commands work normally. To use MINIX
in a serious way, you need to install it to your hard disk, which you
to begin installing the many software packages available. After you
have installed the packages, type 'xdm' to start X Windows if you have
installed it.
-
-Before you begin the installation process, it is strongly recommended
-that you print and carefully read the installation instructions
-available on the MINIX 3 website: http://www.minix3.org.