22int main(
int argc,
char **argv)
29 NOTICE(
"initializing on core0");
static CoreServer * create()
Abstract function to create an instance of T.
Represents a single Core in a Central Processing Unit (CPU).
virtual Result initialize()
Initialize the server.
int runCore()
Routine for the slave processor core.
Core::Result test()
Run a ping-pong test.
Log to the kernel using PrivExec().
int main(int argc, char **argv)
Program entry point.
#define NOTICE(msg)
Output a notice message.