Skip to content

Commit

Permalink
added applications
Browse files Browse the repository at this point in the history
  • Loading branch information
gods-mack committed Jan 6, 2021
1 parent fd2a68d commit 9087d21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ int main(struct multiboot *mboot_ptr)
// Write out a sample string
monitor_write("\n");
monitor_write(" Welcome to the my OS world! \n");
monitor_write("\nmain baap hu!",0,5);
monitor_write("\nApplications",0,5);
monitor_write("\n> Calculator",0,15);
monitor_write("\n> Data/Time",0,15);
monitor_write("\n> Greeting",0,15);



Expand Down

0 comments on commit 9087d21

Please sign in to comment.