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:
@@ -11,9 +11,14 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
|
extern int boot(stage2_args *args);
|
||||||
void _start(void);
|
void _start(void);
|
||||||
|
|
||||||
|
|
||||||
|
int32 stdin, stdout;
|
||||||
|
// only needed for linking, must be derived from the (abstract) ConsoleNode class
|
||||||
|
|
||||||
|
|
||||||
// dummy implementations
|
// dummy implementations
|
||||||
|
|
||||||
|
|
||||||
@@ -51,5 +56,6 @@ platform_init_heap(struct stage2_args *args, void **_base, void **_top)
|
|||||||
void
|
void
|
||||||
_start(void)
|
_start(void)
|
||||||
{
|
{
|
||||||
|
boot(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user