readme.aix

来自「创建一个符合iso-9660标准的iso文件系统」· AIX 代码 · 共 31 行

AIX
31
字号
You need to use GNUmake or my smake to compile on AIXRead the file README.compile before compiling.NOTE:	AIX seems to have a kernel bug in the mmap() part	that may cause kernel panics.If you observe this kernel panic, try to add a line:COPTS += -DUSE_USGSHMto the file cdrecord/Makefileor compile the package using:make COPTX=-DUSE_USGSHMIt seems that SVrx style shared memory does not have this kernel bugIn newer AIX releases, the mmap() kernel problem seems to be fixed.If you like to create bootable CD's for AIX on the CHRP architecture:	The /usr/sbin/mkcd command starting shipping with	AIX 4.3.3 back in Oct 99'. It's installed by default with the system.	There's more info about it in /usr/lpp/bos.sysmgt/mkcd.README.html.NOTE:	there is currently no real SCSI generic support for AIX.	/dev/rcd0 is mapped to dev=0,0,0	/dev/rcd1 is mapped to dev=0,1,0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?