We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2a68d commit 9087d21Copy full SHA for 9087d21
src/main.c
@@ -10,7 +10,10 @@ int main(struct multiboot *mboot_ptr)
10
// Write out a sample string
11
monitor_write("\n");
12
monitor_write(" Welcome to the my OS world! \n");
13
- monitor_write("\nmain baap hu!",0,5);
+ monitor_write("\nApplications",0,5);
14
+ monitor_write("\n> Calculator",0,15);
15
+ monitor_write("\n> Data/Time",0,15);
16
+ monitor_write("\n> Greeting",0,15);
17
18
19
0 commit comments