s/OpenBeOS/Haiku/
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d31902e857
commit
ac9005b4bb
@ -30,7 +30,7 @@ main()
|
||||
{
|
||||
setup_io();
|
||||
|
||||
printf("Welcome to OpenBeOS!\n");
|
||||
printf("Welcome to Haiku!\n");
|
||||
|
||||
{
|
||||
team_id pid;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user