mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 22:43:26 +00:00
Branch sync and push, reformated and made the OS look more "official"
This commit is contained in:
parent
13389f9617
commit
59e39d9842
9 changed files with 270 additions and 0 deletions
10
kernel/init/kernel.c
Normal file
10
kernel/init/kernel.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "../include/drivers/video/vga.h"
|
||||
#include <string.h>
|
||||
|
||||
void
|
||||
kernel_main(void)
|
||||
{
|
||||
term_init();
|
||||
|
||||
term_writestr("Hello World!\n");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue