DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

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

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦49aa0231f⟧ TextFile

    Length: 649 (0x289)
    Types: TextFile
    Notes: UNIX file
    Names: »makedev«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »sys/build/help/makedev« 

TextFile


    y|yes	- continue
    no		- skip this step
    quit	- back to top level of build
%

    Devices appear as files in unix (called special files).  They're all
    kept in the /dev directory.  The most important ones are

	console		- what you're now typing on
	tty*		- terminals other than the console
	dc*, rdc*	- hard disks and parts of them
	flop*, rflop*	- floppy drivers
	lp*		- line printers
	mem, kmem	- the actual memory of the computer

    In the /dev directory lies also a program (shell script) MAKEDEV.  In
    this step we'll use it to create all the devices we don't have yet.
    Existing devices give error messages but that's ok.