Last edit: Peter Favrholdt on June 11, 2003 16:10 (2645 days, 11 hours and 43 minutes ago) (diff)
Rtai.Dk | RecentChanges | Preferences | DIAPM RTAI
If you want debugging information in your kernel code, you must use the correct print statement!
- User-space code can use printf
- Kernel non-real-time code uses printk
- Kernel real-time code uses rt_printk
If you get this wrong, it will be a pain!