]> Zhao Yanbai Git Server - minix.git/commitdiff
. new version of minix
authorBen Gras <ben@minix3.org>
Wed, 18 Jan 2006 09:49:54 +0000 (09:49 +0000)
committerBen Gras <ben@minix3.org>
Wed, 18 Jan 2006 09:49:54 +0000 (09:49 +0000)
. less space on filesystems of cd image

include/minix/config.h
tools/release.sh

index 800ab5fd17de000908c149cae166f76173cb74c3..2c41c56ec83cc7ff5959129468392fbddc02c8d9 100755 (executable)
@@ -3,7 +3,7 @@
 
 /* Minix release and version numbers. */
 #define OS_RELEASE "3"
-#define OS_VERSION "1.1"
+#define OS_VERSION "1.2"
 
 /* This file sets configuration parameters for the MINIX kernel, FS, and PM.
  * It is divided up into two main sections.  The first section contains
index 39a6a277c0859a4d802f07fe7dba5b3727633cd0..80c1a94e214e336bd24cd84fc10bda375a6a8c14 100755 (executable)
@@ -94,7 +94,7 @@ ISO=${ISO}.iso
 ISOGZ=${ISO}.gz
 echo "Making $ISOGZ"
 
-USRMB=120
+USRMB=100
 
 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
 USRSECTS="`expr $USRMB \* 1024 \* 2`"