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
pipe Struct Reference

Data Fields

struct spinlock lock
char data [PIPESIZE]
uint nread
uint nwrite
int readopen
int writeopen

Detailed Description

Definition at line 12 of file pipe.c.


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