summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Sys.iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Interface/Sys.iface.h')
-rw-r--r--Source/Library/Interface/Sys.iface.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Library/Interface/Sys.iface.h b/Source/Library/Interface/Sys.iface.h
index bebab41..072fe7b 100644
--- a/Source/Library/Interface/Sys.iface.h
+++ b/Source/Library/Interface/Sys.iface.h
@@ -3,10 +3,10 @@
#define SYIF_IFID 0xFF
-#define SYIF_HALT 0x1
-#define SYIF_REBOOT 0x2
-#define SYIF_UPTIME 0x3
-#define SYIF_TOTALRAM 0x4
-#define SYIF_FREERAM 0x5
+#define SYIF_HALT 0x1 //Halt system, root only (v) | no arguments
+#define SYIF_REBOOT 0x2 //Reboot system, root only (v) | no arguments
+#define SYIF_UPTIME 0x3 //Get uptime (i) | no arguments
+#define SYIF_TOTALRAM 0x4 //Get toal amount of RAM in Ko (i) | no argmuents
+#define SYIF_FREERAM 0x5 //Get free amount of RAM in Ko (i) | no arguments
#endif