2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
7 * This is the special version of entry code for kickstart modules.
8 * The difference is declaration of absolute SysBase symbol.
9 * Note that the bootstrap can relocate this symbol if necessary.
12 #include <aros/system.h>
14 int __startup
__kick_entry(void)
19 asm(".globl SysBase\n"