diff --git a/src/kernel/boot/platform/openfirmware/start.c b/src/kernel/boot/platform/openfirmware/start.c index 6b3dd0ba91..f808a3c494 100644 --- a/src/kernel/boot/platform/openfirmware/start.c +++ b/src/kernel/boot/platform/openfirmware/start.c @@ -1,6 +1,6 @@ /* ** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ @@ -86,6 +86,14 @@ platform_start_kernel(void) } +uint32 +platform_boot_options(void) +{ + // ToDo: implement me! + return 0; +} + + void _start(uint32 _unused1, uint32 _unused3, void *openFirmwareEntry) {