Now switched to the boot logo and back when necessary.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8017 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,6 +32,8 @@ main(stage2_args *args)
|
|||||||
if (heap_init(args) < B_OK)
|
if (heap_init(args) < B_OK)
|
||||||
panic("Could not initialize heap!\n");
|
panic("Could not initialize heap!\n");
|
||||||
|
|
||||||
|
platform_switch_to_logo();
|
||||||
|
|
||||||
TRACE(("boot(): heap initialized...\n"));
|
TRACE(("boot(): heap initialized...\n"));
|
||||||
|
|
||||||
// the main platform dependent initialisation
|
// the main platform dependent initialisation
|
||||||
|
|||||||
@@ -19,6 +19,8 @@
|
|||||||
status_t
|
status_t
|
||||||
user_menu(Directory **_bootVolume)
|
user_menu(Directory **_bootVolume)
|
||||||
{
|
{
|
||||||
|
platform_switch_to_text_mode();
|
||||||
|
|
||||||
int32 index = 1;
|
int32 index = 1;
|
||||||
void *cookie;
|
void *cookie;
|
||||||
|
|
||||||
@@ -41,6 +43,7 @@ user_menu(Directory **_bootVolume)
|
|||||||
}
|
}
|
||||||
puts("(it always tries to boot from the first for now...)");
|
puts("(it always tries to boot from the first for now...)");
|
||||||
|
|
||||||
|
platform_switch_to_logo();
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user