Restart kernel

This commit is contained in:
Byron Lathi
2023-08-12 11:59:45 -07:00
parent 069ae5db4b
commit 7ad1079289
30 changed files with 98 additions and 1140 deletions

9
sw/kernel/kernel.c Normal file
View File

@@ -0,0 +1,9 @@
#include <conio.h>
int main() {
cprintf("Hello, world!\r\n");
while(1);
return 0;
}