ANhpux
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. A first release of cdrecord has been released for HP-UX.
  2. HP-UX has a userland SCSI ioctl(2) that is very similar to my /dev/scg* design
  3. that I made in 1986 for SunOS/Solaris.
  4. Note that there are no device nodes for userand SCSI on HP-UX,
  5. you have to call the included shell script MKNOD.hpux first.
  6. This cdrecord distribution contains a mkisofs release that runs on HP-UX
  7. and allows you to read a filesystem from a CD-R device with 2048 bytes 
  8. sector size regarless if it identifies as CD-ROM or WORM. 
  9. This is done with the SCSI user level library.
  10. I would be happy to get test reports ...
  11. To compile with the free K&R C-compiler call:
  12. gmake CCOM=cc 'COPTS= ' 
  13. or
  14. smake CCOM=cc 'COPTS= ' 
  15. J鰎g