. new version of minix
. less space on filesystems of cd image
This commit is contained in:
parent
ad7f2784fe
commit
46ad16e688
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/* Minix release and version numbers. */
|
/* Minix release and version numbers. */
|
||||||
#define OS_RELEASE "3"
|
#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.
|
/* This file sets configuration parameters for the MINIX kernel, FS, and PM.
|
||||||
* It is divided up into two main sections. The first section contains
|
* It is divided up into two main sections. The first section contains
|
||||||
|
|||||||
@ -94,7 +94,7 @@ ISO=${ISO}.iso
|
|||||||
ISOGZ=${ISO}.gz
|
ISOGZ=${ISO}.gz
|
||||||
echo "Making $ISOGZ"
|
echo "Making $ISOGZ"
|
||||||
|
|
||||||
USRMB=120
|
USRMB=100
|
||||||
|
|
||||||
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
||||||
USRSECTS="`expr $USRMB \* 1024 \* 2`"
|
USRSECTS="`expr $USRMB \* 1024 \* 2`"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user