Very basic "init"
This commit is contained in:
parent
ed1241341b
commit
4091148d2e
2 changed files with 115 additions and 0 deletions
9
include/kernel/init.h
Executable file
9
include/kernel/init.h
Executable file
|
@ -0,0 +1,9 @@
|
|||
#ifndef _KERNEL_INIT
|
||||
#define _KERNEL_INIT
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int test_libc(void);
|
||||
int init(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue