1 /*********************************************************************
2 * Copyright (C) 2003 Tord Lindstrom (pukko@home.se)
3 * This file is subject to the terms and conditions of the PS2Link License.
4 * See the file LICENSE in the main directory of this distribution for more
15 #include "excepHandler.h"
18 extern int fsysMount(void);
19 extern int cmdHandlerInit(void);
20 extern int ttyMount(void);
21 extern int naplinkRpcInit(void);
22 ////////////////////////////////////////////////////////////////////////
24 // start threads & init rpc & filesys
26 _start( int argc
, char **argv
)
37 printf("host: mounted\n");
39 printf("IOP cmd thread started\n");
41 printf("Naplink thread started\n");
43 installExceptionHandlers();