VMSTAT(8): Port to RTEMS

This commit is contained in:
Sebastian Huber
2016-11-10 13:52:08 +01:00
parent dba2dfc663
commit c4e89a9125
10 changed files with 120 additions and 5 deletions

View File

@@ -364,7 +364,8 @@ Init(rtems_task_argument arg)
&rtems_shell_NETSTAT_Command, \
&rtems_shell_IFCONFIG_Command, \
&rtems_shell_TCPDUMP_Command, \
&rtems_shell_SYSCTL_Command
&rtems_shell_SYSCTL_Command, \
&rtems_shell_VMSTAT_Command
#define CONFIGURE_SHELL_COMMAND_CPUUSE
#define CONFIGURE_SHELL_COMMAND_PERIODUSE

View File

@@ -205,7 +205,8 @@ early_initialization(void)
&rtems_shell_ROUTE_Command, \
&rtems_shell_NETSTAT_Command, \
&rtems_shell_SYSCTL_Command, \
&rtems_shell_IFCONFIG_Command
&rtems_shell_IFCONFIG_Command, \
&rtems_shell_VMSTAT_Command
#define CONFIGURE_SHELL_COMMAND_CPUUSE
#define CONFIGURE_SHELL_COMMAND_PERIODUSE

View File

@@ -15,7 +15,8 @@
&rtems_shell_PING_Command, \
&rtems_shell_ROUTE_Command, \
&rtems_shell_NETSTAT_Command, \
&rtems_shell_IFCONFIG_Command
&rtems_shell_IFCONFIG_Command, \
&rtems_shell_VMSTAT_Command
#include <rtems/shellconfig.h>