2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <aros/kernel.h>
12 * This routine runs a kickstart.
13 * It's in a separate file because on some hosts (UNIX for example) the process can be
16 int kick(int __aros (*addr
)(), struct TagItem
*msg
)
18 int i
= addr(msg
, AROS_BOOT_MAGIC
);
20 DisplayError("Kernel exited with code %d", i
);