/[rtmk]/rtmk/init-main.c
ViewVC logotype

Diff of /rtmk/init-main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by jrydberg, Fri Jan 11 22:24:11 2002 UTC revision 1.11 by jrydberg, Wed Jan 16 00:07:57 2002 UTC
# Line 21  Foundation, Inc., 59 Temple Place - Suit Line 21  Foundation, Inc., 59 Temple Place - Suit
21  #include "thread-lock.h"  #include "thread-lock.h"
22  #include "processor.h"  #include "processor.h"
23  #include "bootstrap.h"  #include "bootstrap.h"
24    #include "host.h"
25    
26  /* From version.c  */  /* From version.c  */
27  extern char version_string [];  extern char version_string [];
# Line 115  init_main (void) Line 116  init_main (void)
116    printf ("\nrtmk %s\n", version_string);    printf ("\nrtmk %s\n", version_string);
117    printf (copyright_string);    printf (copyright_string);
118    
119      host_init ();
120    callout_init ();    callout_init ();
121    
122    /* Create the launch thread and start it.  */    /* Create the launch thread and start it.  */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26