CTAOS v2
This commit is contained in:
18
kernel/main.c
Normal file
18
kernel/main.c
Normal file
@ -0,0 +1,18 @@
|
||||
#include <system.h>
|
||||
#include <conio.h>
|
||||
#include "clock/pictimer.c"
|
||||
#include "keyboard/keyus.c"
|
||||
#include "kernel/prologue.c"
|
||||
#include "kernel/epilogue.c"
|
||||
#include "shell/shell.c"
|
||||
|
||||
int main()
|
||||
{
|
||||
system_init();
|
||||
|
||||
shell();
|
||||
|
||||
// do nothing
|
||||
for(;;);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user