18 lines
295 B
Plaintext
18 lines
295 B
Plaintext
|
# Information about mfs parameters
|
||
|
# Size of mfs in kilobytes
|
||
|
MFS_SIZE = 3500
|
||
|
|
||
|
# Name of init program
|
||
|
INIT = init
|
||
|
|
||
|
# Number of bytes per inode in mfs
|
||
|
MFS_INODES = 4096
|
||
|
|
||
|
# Number of bytes per inode in floppy image
|
||
|
FLOPPY_INODES = 32768
|
||
|
|
||
|
# Suffix to tack on somewhere
|
||
|
suffix = -C
|
||
|
|
||
|
PASSWD = YES
|