source: mainline/uspace/app/bdsh/cmds/modules/README@ 1ffd74e

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 1ffd74e was 711e7fe5, checked in by Prutkov Alex <prutkov.alex@…>, 13 years ago

Added printf module

  • Property mode set to 100755
File size: 525 bytes
Line 
1Modules are commands or full programs (anything can be made into a module
2that can return int type) should go here. Note, modules do not (can not)
3update or read cliuser_t.
4
5Stuff that needs to write to the user structures contained in scli.h should
6be made as built-in commands, not modules, but there are very few times when
7you would want to do that.
8
9See the README file in the bdsh root directory for a quick overview of how to
10write a new command, or convert an existig stand-alone program into a module
11for BDSH.
12
13
14
15
Note: See TracBrowser for help on using the repository browser.