Subversion Repositories HelenOS-historic

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 195
Line 28... Line 28...
28
 
28
 
29
#include <main/uinit.h>
29
#include <main/uinit.h>
30
#include <arch/types.h>
30
#include <arch/types.h>
31
#include <proc/thread.h>
31
#include <proc/thread.h>
32
#include <userspace.h>
32
#include <userspace.h>
-
 
33
#include <print.h>
-
 
34
 
33
 
35
 
34
void uinit(void *arg)
36
void uinit(void *arg)
35
{
37
{
36
    printf("USER task, uinit thread: kernel mode\n");
38
    printf("USER task, uinit thread: kernel mode\n");
37
    userspace();
39
    userspace();