utcb handling helper routines for the thread library.

This is one of the steps we need in the process of providing a similar interface
for thread creation which can be found in the mainstream operating systems like
Linux.
This commit is contained in:
Bora Sahin
2009-10-29 22:11:49 +02:00
parent 4bfd339db5
commit ede050ad37
11 changed files with 522 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
/*
*
*/
#include <stdio.h>
extern void utcb_test(unsigned long utcb_start, unsigned long utcb_end);
void l4thread_print(void)
{
printf("Hello world from libl4thread!\n");