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:
Axel Dörfler 2003-09-08 02:42:49 +00:00
parent 3a48e17b83
commit c754274e3a

View File

@ -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);
}