diff --git a/src/kernel/apps/init.c b/src/kernel/apps/init.c index 934ed851ca..9ee7539fea 100644 --- a/src/kernel/apps/init.c +++ b/src/kernel/apps/init.c @@ -30,7 +30,7 @@ main() { setup_io(); - printf("Welcome to OpenBeOS!\n"); + printf("Welcome to Haiku!\n"); { team_id pid; diff --git a/src/kernel/apps/shell/main.c b/src/kernel/apps/shell/main.c index bbd85661b4..8aedd79e5f 100644 --- a/src/kernel/apps/shell/main.c +++ b/src/kernel/apps/shell/main.c @@ -80,7 +80,7 @@ main(int argc, char *argv[]) exit(0); } - printf("Welcome to the OpenBeOS shell\n"); + printf("Welcome to the Haiku shell\n"); for (;;) { int chars_read; diff --git a/src/kernel/boot/loader/main.cpp b/src/kernel/boot/loader/main.cpp index cf111fa534..76277bf980 100644 --- a/src/kernel/boot/loader/main.cpp +++ b/src/kernel/boot/loader/main.cpp @@ -43,7 +43,7 @@ main(stage2_args *args) if ((platform_boot_options() & BOOT_OPTION_DEBUG_OUTPUT) == 0) platform_switch_to_logo(); - puts("Welcome to the OpenBeOS boot loader!"); + puts("Welcome to the Haiku boot loader!"); bool mountedAllVolumes = false;