/[dynamips]/upstream/dynamips-0.2.6-RC2/dynamips.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC2/dynamips.c

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

upstream/dynamips-0.2.6-RC1/dynamips.c revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC upstream/dynamips-0.2.6-RC2/dynamips.c revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC
# Line 22  Line 22 
22    
23  #include ARCH_INC_FILE  #include ARCH_INC_FILE
24    
 #include "rbtree.h"  
25  #include "dynamips.h"  #include "dynamips.h"
26  #include "mips64.h"  #include "mips64.h"
27  #include "mips64_exec.h"  #include "mips64_exec.h"
# Line 30  Line 29 
29  #include "dev_c3600.h"  #include "dev_c3600.h"
30  #include "dev_vtty.h"  #include "dev_vtty.h"
31  #include "ptask.h"  #include "ptask.h"
32    #include "timer.h"
33  #include "registry.h"  #include "registry.h"
34  #include "hypervisor.h"  #include "hypervisor.h"
35  #include "net_io.h"  #include "net_io.h"
# Line 179  static void show_usage(int argc,char *ar Line 179  static void show_usage(int argc,char *ar
179     printf("Usage: %s [options] <ios_image>\n\n",argv[0]);     printf("Usage: %s [options] <ios_image>\n\n",argv[0]);
180        
181     printf("Available options:\n"     printf("Available options:\n"
182              "  -H <tcp_port>      : Run in hypervisor mode\n\n"
183            "  -P <platform>      : Platform to emulate (7200 or 3600) "            "  -P <platform>      : Platform to emulate (7200 or 3600) "
184            "(default: 7200)\n\n"            "(default: 7200)\n\n"
185            "  -l <log_file>      : Set logging file (default is %s)\n"            "  -l <log_file>      : Set logging file (default is %s)\n"
# Line 801  int main(int argc,char *argv[]) Line 802  int main(int argc,char *argv[])
802     printf("Cisco 7200 Simulation Platform (version %s)\n",sw_version);     printf("Cisco 7200 Simulation Platform (version %s)\n",sw_version);
803     printf("Copyright (c) 2005,2006 Christophe Fillot.\n\n");     printf("Copyright (c) 2005,2006 Christophe Fillot.\n\n");
804    
805       /* Initialize timers */
806       timer_init();
807    
808     /* Initialize object registry */     /* Initialize object registry */
809     registry_init();     registry_init();
810        

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26