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

SCSI/ASPI

开发平台:

MultiPlatform

  1. You need to use GNUmake or my smake to compile on AIX
  2. Read the file README.compile before compiling.
  3. NOTE: AIX seems to have a kernel bug in the mmap() part
  4. that may cause kernel panics.
  5. If you observe this kernel panic, try to add a line:
  6. COPTS += -DUSE_USGSHM
  7. to the file cdrecord/Makefile
  8. or compile the package using:
  9. make COPTX=-DUSE_USGSHM
  10. It seems that SVrx style shared memory does not have this kernel bug
  11. In newer AIX releases, the mmap() kernel problem seems to be fixed.
  12. If you like to create bootable CD's for AIX on the CHRP architecture:
  13. The /usr/sbin/mkcd command starting shipping with
  14. AIX 4.3.3 back in Oct 99'. It's installed by default with the system.
  15. There's more info about it in /usr/lpp/bos.sysmgt/mkcd.README.html.