Added return for init()

This commit is contained in:
Gitea 2020-12-22 17:26:30 -06:00
parent abf1964953
commit 42a76ff1ec
1 changed files with 1 additions and 0 deletions

View File

@ -44,4 +44,5 @@ int init(void) {
A20_enable();
setup_gdt();
printf("Fenix Dev Pre-release v0.0.3\n");
return 0;
}