|
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 | |
| enum | { FD_NONE, FD_PIPE, FD_INODE } |
Data Fields | |
| enum file:: { ... } | type |
| int | ref |
| char | readable |
| char | writable |
| struct pipe * | pipe |
| struct inode * | ip |
| uint | off |
1.7.6.1