11 Jul
2005
11 Jul
'05
8:41 p.m.
Hello, What is the simplest way to use (eg) the task_struct from linux inside the l4 microkernel. I want to use exactly the same declaration in the kernel, but I am having difficulty using it. Thanks, Andrew
11 Jul
11 Jul
11:06 p.m.
On Mon Jul 11, 2005 at 14:41:00 -0400, Andrew Davenport wrote:
What is the simplest way to use (eg) the task_struct from linux inside the l4 microkernel. I want to use exactly the same declaration in the kernel, but I am having difficulty using it.
Well, take the struct, replace every not needed type with generic ones and use it. Adventurous... Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
7540
Age (days ago)
7540
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adam Lackorzynski -
Andrew Davenport