Xv6 with picoc & Linkage editor  v1.0
The project delineate mutual cohesion between c library, linkage editor ( linker), interpreter and operating system by porting the same on xv6 kernel
Data Fields
proc Struct Reference

Data Fields

uint sz
pde_t * pgdir
char * kstack
enum procstate state
volatile int pid
struct procparent
struct trapframetf
struct contextcontext
void * chan
int killed
struct fileofile [NOFILE]
struct inodecwd
char name [16]

Detailed Description

Definition at line 55 of file proc.h.


The documentation for this struct was generated from the following file:
 All Data Structures