Skip to content

Commit 9087d21

Browse files
committed
added applications
1 parent fd2a68d commit 9087d21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ int main(struct multiboot *mboot_ptr)
1010
// Write out a sample string
1111
monitor_write("\n");
1212
monitor_write(" Welcome to the my OS world! \n");
13-
monitor_write("\nmain baap hu!",0,5);
13+
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);
1417

1518

1619

0 commit comments

Comments
 (0)