Subversion Repositories HelenOS

Rev

Rev 3346 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3265 post 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.