. new version of minix
. less space on filesystems of cd image
This commit is contained in:
parent
ad7f2784fe
commit
46ad16e688
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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`"
|
||||
|
|
Loading…
Reference in a new issue