Strict Standards: Declaration of action_plugin_importoldchangelog::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /DISK2/WWW/pavel-rimsky.cz/helenos/lib/plugins/importoldchangelog/action.php on line 8 Strict Standards: Declaration of action_plugin_importoldindex::register() should be compatible with DokuWiki_Action_Plugin::register($controller) in /DISK2/WWW/pavel-rimsky.cz/helenos/lib/plugins/importoldindex/action.php on line 0 Deprecated: Function split() is deprecated in /DISK2/WWW/pavel-rimsky.cz/helenos/inc/auth.php on line 154 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /DISK2/WWW/pavel-rimsky.cz/helenos/inc/auth.php on line 456 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /DISK2/WWW/pavel-rimsky.cz/helenos/inc/auth.php on line 456 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /DISK2/WWW/pavel-rimsky.cz/helenos/inc/auth.php on line 453 Strict Standards: Only variables should be passed by reference in /DISK2/WWW/pavel-rimsky.cz/helenos/doku.php on line 71 ==== console tricks ==== * ''CTRL+P'' - show the last command from the command history * ''CTRL+N'' - show the next command from the command history * ''CTRL+B'' - move cursor backwards * ''CTRL+F'' - move cursor forward ==== commands ==== * ''devalias'' - write all device aliases * ''devalias'' //alias// //device-path// - define new alias * ''.properties'' - display the properties of the current node * ''dev /chosen'' - go to the ''/chosen'' node in the device tree * ''pwd'' - print the current node in the device tree * ''ls'' - print all the child nodes of the current node * ''words'' - print the list of all the methods of the current node * ''decimal'' - make the decimal number system be the default * ''dex'' - make the hexadecimal number system be the the default * ''10 .d'' - print the default number system * ''99'' - push 99 onto the stack * ''showstack'' - show the current contents of the stack (the topmost element at right) * ''.'' - remove and display the topmost element * ''!'' - for ''x addr'' on the stack, writes ''x'' to memory address ''addr'' * ''alloc-mem'' - fox ''size'' on the stack allocates ''size'' bytes of memory and saves its address to the top of the stack See [[http://docs.sun.com/app/docs/doc/805-4436/6j4719cc1?l=en&q=OpenBoot&a=view]] for a complete reference.