struct process * processCreate(struct process *original)
Creates a new kernel process object.
void * user_programArgumentsBase
uint32_t processCount()
Returns the number of total processes in the system.
uint32_t numberOfTotalThreads
struct pagingEntry * pageDirectory
uint32_t processInfo(struct processInfo *info, uint32_t count)
Fills out the processInfo structure with information about each individual process.
uint32_t user_environmentVariablesLength
uint32_t numberOfBlockedThreads
void * user_environmentVariablesBase
uint32_t user_programArgumentsLength
struct linkedList processList