1#ifndef __PROCC__PROCESS_H__
2#define __PROCC__PROCESS_H__
8#define MAX_PID_ALLOWED 4194304
9#define INVALID_PID ((pid_t)-1)
54int execve(const
char*
path,
char* const argv[],
char* const envp[]);
int execve(const char *path, char *const *argv, char *const *envp)
process_t * create_process(char *name, thread_t *main_thread)
struct thread * main_thread
struct process_node * first
struct process_node * prev
struct process_node * next
struct virtual_memory_page * vm_page
struct process_node cache
struct thread * main_thread