summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao/pkg-message
blob: baeae725e65cfccae28337b47cc2fe224b7c84d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.