mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 13:08:35 +08:00
VMSTAT(8): Port to RTEMS
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user