mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 09:13:13 +01:00
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:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user