UbixOS
2.0
|
#include <sched.h>
Data Fields | |
uInt32 | controlKeys |
char | cwd [1024] |
uint8_t | gpf |
char * | stdin |
uInt32 | stdinSize |
uInt8 | timer |
bool | v86If |
uInt8 | v86Task |
uInt32 | vmStart |
char osInfo::cwd[1024] |
Definition at line 58 of file sched.h.
Referenced by fopen(), fork_copyProcess(), sys_chdir(), sys_fchdir(), sys_fork(), sys_getcwd(), sysGetCwd(), and sysMkDir().
uInt8 osInfo::v86Task |
Definition at line 52 of file sched.h.
Referenced by biosCall().
uInt32 osInfo::vmStart |
Definition at line 54 of file sched.h.
Referenced by execFile(), execThread(), fork_copyProcess(), sys_fork(), and sysExec().