Restart kernel
This commit is contained in:
9
sw/kernel/kernel.c
Normal file
9
sw/kernel/kernel.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <conio.h>
|
||||
|
||||
int main() {
|
||||
cprintf("Hello, world!\r\n");
|
||||
|
||||
while(1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user