IBNOS
|
#include <stdint.h>
#include <stdbool.h>
#include <process/object.h>
#include <process/handle.h>
#include <memory/physmem.h>
#include <memory/paging.h>
#include <util/list.h>
Go to the source code of this file.
Classes | |
struct | processInfo |
struct | process |
Functions | |
struct process * | processCreate (struct process *original) |
Creates a new kernel process object. More... | |
uint32_t | processCount () |
Returns the number of total processes in the system. More... | |
uint32_t | processInfo (struct processInfo *info, uint32_t count) |
Fills out the processInfo structure with information about each individual process. More... | |
Variables | |
struct linkedList | processList |