File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,18 @@ void *kernel_main(void) {
25
25
};
26
26
fclose (fptr );
27
27
writestring ("The square root of pi times e is %f" , M_1_SQRTPI * M_E );
28
+ writestring ("The year is %d" , YEAR );
28
29
writestring ("Welcome to Platypus OS!\n" );
29
- writestring ("This is still in development, so there isn't anything to do...\n\n \n" );
30
+ writestring ("This is still in development, so there isn't anything to do...\n...\n... \n" );
30
31
writestring ("Yet.\n" );
31
32
writestring ("If you want to help, go to https://github.com/Platypus-Tech/new-platypus-os-drafts/ to help\n" );
32
33
writestring ("...\n" );
33
34
writestring ("Or to see the source code!" );
34
35
//ps2kb.work();
35
36
mouse .work ();
37
+ log (INFO , "Mouse working!" );
36
38
rtc .work ();
39
+ log (INFO , "RTC working!" );
37
40
/*return("Chicken butt");*/ /* Eh no chicken butt */
38
41
return ("Really serious message :D POO POO PEE PEE" ); /* Yeah, REALLY serious */
39
42
};
You can’t perform that action at this time.
0 commit comments