Various files to support the Unix operating system on a 3b2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
359 B

  1. 01-01-2024 KenUnix
  2. Some notes for the 3b2-700 simh
  3. In the boot.ini.mast to activate the SCSI tape drive do:
  4. set scsi2 enable
  5. set scsi2 st120
  6. att scsi2 filename.tap
  7. In Unix use device /dev/rSA/qtape1 as
  8. tar -cvf /dev/rSA/qtape1 input-files
  9. tar -tvf /dev/rSA/qtape1
  10. Also known as device c1t2d0s1
  11. The device type is ST120 for a 120mb tape