#include <sched.h>
Data Fields | |
uInt32 | controlKeys |
char | cwd [1024] |
char * | stdin |
uInt32 | stdinSize |
uInt8 | timer |
bool | v86If |
uInt8 | v86Task |
uInt32 | vmStart |
Definition at line 43 of file sched.h.
char osInfo::cwd[1024] |
Definition at line 51 of file sched.h.
Referenced by fork_copyProcess(), sysChDir(), sysGetCwd(), and sysMkDir().
char* osInfo::stdin |
Definition at line 47 of file sched.h.
Referenced by execFile(), execThread(), fork_copyProcess(), sys_exec(), sysExec(), vmmGetFreeVirtualPage(), and vmmMapFromTask().