[Add] laos base boot
This commit is contained in:
11
laos/include/kernel.h
Normal file
11
laos/include/kernel.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "defs.h"
|
||||
|
||||
#ifndef KERNEL_H__
|
||||
#define KERNEL_H__
|
||||
|
||||
void _entry() __attribute__ ((section (".entry")));
|
||||
|
||||
void start();
|
||||
void main();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user