lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since b510d52 was 216d6fc, checked in by Tim Post <echo@…>, 17 years ago |
Merge with shell @ 3241 for bdsh
|
-
Property mode
set to
100644
|
File size:
584 bytes
|
Rev | Line | |
---|
[216d6fc] | 1 | Commands that need to modify the running user structure defined in scli.h
|
---|
| 2 | should reside here. They (will) have a slightly different prototype that
|
---|
| 3 | allows passing the user structure to them for ease of modifications.
|
---|
| 4 |
|
---|
| 5 | Examples of what should be a built-in and not a module would be:
|
---|
| 6 |
|
---|
| 7 | cd (the cwd needs to be updated)
|
---|
| 8 | prompt (the prompt needs to be updated)
|
---|
| 9 | enable (the euid needs to be updated)
|
---|
| 10 |
|
---|
| 11 | .... etc.
|
---|
| 12 |
|
---|
| 13 | Anything that does _not_ need to write to this structure should be included
|
---|
| 14 | as a module, not a built in.
|
---|
| 15 |
|
---|
| 16 | For now, a skeleton directory of stuff that will exist lives here.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.