On Fri, 2001-11-23 at 16:10, Andrei Bozeanu wrote:
> incerc sa afishez un text la intervale regulate de timp.. ;)
> 
> static int trigger(void *data)
> {
> 
>      printk("<1> test\n");
>      while (1) {
>          current->state = TASK_INTERRUPTIBLE;
>          schedule_timeout(HZ);
>          current->state = TASK_RUNNING;
>      }
> }

Cred ca ar fi mai util daca ai muta printk-ul in bucla :)

In rest arata ok -- unde anume iti crapa? Ai incercat kdb? (sau sa-l
rulezi cu user mode linux + gdb)
 
-- 
Petru Paler, http://www.ppetru.net



---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui