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
Public Types | Data Fields
file Struct Reference

Public Types

enum  { FD_NONE, FD_PIPE, FD_INODE }

Data Fields

enum file:: { ... }  type
int ref
char readable
char writable
struct pipepipe
struct inodeip
uint off

Detailed Description

Definition at line 1 of file file.h.


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