|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 729 (0x2d9)
Types: TextFile
Notes: UNIX file
Names: »makefile«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »sys/flop/makefile«
# Makefile for floppy unixes. Two uses: (1) system generation and # repair (2) testing things dangerous to hard disk. Main difference # is that the sysgen diskette contains a hard disk unix kernel vmunix. # Both vmunix & vmflop are stripped, to save space. first: echo "Make one of: sysgen tester" sysgen: vmunix.s mkfs /dev/rflop sysgen.p fsck /dev/rflop tester: vmunix.s mkfs /dev/rflop tester.p fsck /dev/rflop # vmflop.s: vmflop # newsym vmflop vmsymbols # cp vmflop vmflop.s # strip vmflop.s # # vmunix.s: /vmunix # cp /vmunix vmunix.s # strip vmunix.s # mount: mount /dev/flop root umount: sync; sleep 1 sync; sleep 1 umount /dev/flop fsck: fsck /dev/rflop build: far -vci sys/build `cat blist`