s/OpenBeOS/Haiku/
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -30,7 +30,7 @@ main()
|
|||||||
{
|
{
|
||||||
setup_io();
|
setup_io();
|
||||||
|
|
||||||
printf("Welcome to OpenBeOS!\n");
|
printf("Welcome to Haiku!\n");
|
||||||
|
|
||||||
{
|
{
|
||||||
team_id pid;
|
team_id pid;
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ main(int argc, char *argv[])
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Welcome to the OpenBeOS shell\n");
|
printf("Welcome to the Haiku shell\n");
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
int chars_read;
|
int chars_read;
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ main(stage2_args *args)
|
|||||||
if ((platform_boot_options() & BOOT_OPTION_DEBUG_OUTPUT) == 0)
|
if ((platform_boot_options() & BOOT_OPTION_DEBUG_OUTPUT) == 0)
|
||||||
platform_switch_to_logo();
|
platform_switch_to_logo();
|
||||||
|
|
||||||
puts("Welcome to the OpenBeOS boot loader!");
|
puts("Welcome to the Haiku boot loader!");
|
||||||
|
|
||||||
bool mountedAllVolumes = false;
|
bool mountedAllVolumes = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user