1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/cdrdao/pkg-message
SADA Kenji 730184884f CDRDAO writes audio CD-Rs in disc-at-once (DAO) mode.
Submitted by:	Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
Reviewed by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>,
		FUJISHIMA Satsuki <k5@respo.or.jp>
1999-04-21 13:51:11 +00:00

13 lines
466 B
Plaintext

Note:
* Be sure your kernel is built with "options SYSVMSG" and "options SYSVSHM".
Cdrdao requires kernel with these options.
* If you want to use POSIX scheduling control for better scheduling,
include
options "P1003_1B"
options "_KPOSIX_PRIORITY_SCHEDULING"
options "_KPOSIX_VERSION=199309L"
your kernel configuration. It provides rtprio based soft real-time
scheduling control.