From ac9005b4bb95a8ed429c8507f7709802e49441a6 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sun, 20 Jun 2004 15:47:22 +0000 Subject: [PATCH] s/OpenBeOS/Haiku/ git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8073 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/apps/init.c | 2 +- src/kernel/apps/shell/main.c | 2 +- src/kernel/boot/loader/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;