Added comments and help commands to user apps
This commit is contained in:
4
proc.h
4
proc.h
@ -48,8 +48,8 @@ struct proc {
|
||||
struct file *ofile[NOFILE]; // Open files
|
||||
struct inode *cwd; // Current directory
|
||||
char name[16]; // Process name (debugging)
|
||||
struct vconsole* consoleptr;
|
||||
char title[20];
|
||||
struct vconsole* consoleptr; // Pointer to the processes assigned console
|
||||
char title[20]; // the title for the process
|
||||
};
|
||||
|
||||
// Process memory is laid out contiguously, low addresses first:
|
||||
|
Reference in New Issue
Block a user