Implemented on screen debug output during boot - to be enabled in the boot loader

safemode menu.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16081 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-01-25 16:12:10 +00:00
parent ab88c5f939
commit 924479179b
6 changed files with 44 additions and 12 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2005, Axel Dörfler, [email protected]
* Copyright 2002-2006, Axel Dörfler, [email protected]
* Distributed under the terms of the Haiku License.
*
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
@@ -34,6 +34,7 @@ extern status_t debug_init_post_modules(struct kernel_args *args);
extern void debug_early_boot_message(const char *string);
extern void debug_puts(const char *s);
extern bool debug_debugger_running(void);
extern void debug_stop_screen_debug_output(void);
extern void _user_debug_output(const char *userString);