DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T e

⟦6026ea5be⟧ TextFile

    Length: 548 (0x224)
    Types: TextFile
    Names: »etc/disketteparm «

Derivation

└─⟦ff5a9a1ac⟧ Bits:30004042/core3.imd SW95705I 386/ix Multi-user Release 1.2
    └─⟦this⟧ »etc/disketteparm « 

TextFile

#ident	"@(#)sadmin:etc/disketteparm	1.2"
#	Parameters for file systems made on diskettes.
#	See mkfs(1M) and makefsys.


case "`uname -m`" in
3b5 | 3B5 )
	#	blocks in the file system
	blocks=12800
	#	inodes in the file system, may be empty
	inodes=
	#	rotational gap size
	gap=1	
	#	blocks/cylinder
	blockcyl=32
	;;
3b2 | 3B2 )
	blocks=1422
	inodes=200
	gap=1
	blockcyl=18
	;;
PM68K | phoenix )
	blocks=720
	inodes=200
	gap=1
	blockcyl=18
	;;
* )
	admerr $0 "Do not know diskette file system parameters for machine
	type '`uname -m`'"
	exit 1
esac