diff --git a/headers/private/kernel/boot/stage2.h b/headers/private/kernel/boot/stage2.h index 75b98a0a1a..92555992fa 100644 --- a/headers/private/kernel/boot/stage2.h +++ b/headers/private/kernel/boot/stage2.h @@ -1,8 +1,7 @@ -/* -** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. -** Distributed under the terms of the NewOS License. +/* +** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. +** Distributed under the terms of the OpenBeOS License. */ - #ifndef KERNEL_BOOT_STAGE2_H #define KERNEL_BOOT_STAGE2_H @@ -11,8 +10,9 @@ struct stage2_args; -extern struct kernel_args gKernelArgs; +extern struct kernel_args gKernelArgs; +extern addr_t gKernelEntry; #ifdef __cplusplus extern "C" {