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 | |
uint | sz |
pde_t * | pgdir |
char * | kstack |
enum procstate | state |
volatile int | pid |
struct proc * | parent |
struct trapframe * | tf |
struct context * | context |
void * | chan |
int | killed |
struct file * | ofile [NOFILE] |
struct inode * | cwd |
char | name [16] |