From the coLinux Linux kernel patch:
diff -urN linux/arch/i386/kernel/entry.S linux/arch/i386/kernel/entry.S --- linux/arch/i386/kernel/entry.S 2004-02-02 22:53:38.000000000 +0200 +++ linux/arch/i386/kernel/entry.S 2003-12-17 19:07:36.000000000 +0200 @@ -207,6 +207,28 @@ jne tracesys cmpl $(NR_syscalls),%eax jae badsys +#ifdef CONFIG_COOPERATIVE +#if (0) + jmp printk_colxm_after +printk_colxm: + .asciz "syscall: %d\n" +printk_colxm_after: + /* mini-mini-mini version of syscalltrack, hey muli */ <---- + cmp $3, %eax + jbe after_print + cmp $240, %eax + jb print_it + jmp after_print
That is what happens when you leave around some debug cruft…
Comment by da_x — March 3, 2004 @ 9:49 PM |
Muli the manager/hacker/athlete
Hey Muli,
It is good to see you blogging again. It is hard to make time for the things that are important, especially when things are busy.
I’m sorry to hear about the DMA mapping in direct assignment paper, but I am sure it will get into something soon (looking forward to it).
It is funny how you say kilograms and not pounds, it just sounds funny to me.
Good luck with everything and hope things are going well.
Cheers,
Todd
Comment by Anonymous — April 5, 2009 @ 6:28 PM |