Added some more dummy stuff, so that the whole thing is linked correctly.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4554 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3a48e17b83
commit
c754274e3a
@ -11,9 +11,14 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
extern int boot(stage2_args *args);
|
||||
void _start(void);
|
||||
|
||||
|
||||
int32 stdin, stdout;
|
||||
// only needed for linking, must be derived from the (abstract) ConsoleNode class
|
||||
|
||||
|
||||
// dummy implementations
|
||||
|
||||
|
||||
@ -51,5 +56,6 @@ platform_init_heap(struct stage2_args *args, void **_base, void **_top)
|
||||
void
|
||||
_start(void)
|
||||
{
|
||||
boot(NULL);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user