Container/Pager/Capability initialization that works.

Need to safely free boot memory and jump to first task's stack.
Need to test scheduler and all syscall entries.
This commit is contained in:
Bahadir Balban
2009-08-04 13:56:11 +03:00
parent 7e8845abf8
commit 519bfba8c7
12 changed files with 150 additions and 126 deletions

View File

@@ -2,8 +2,11 @@
#define __ARM_GLUE_INIT_H__
#include <l4/generic/tcb.h>
#include <l4/generic/space.h>
void switch_to_user(struct ktcb *inittask);
void timer_start(void);
extern struct address_space init_space;
#endif /* __ARM_GLUE_INIT_H__ */