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
Main Page
Data Structures
Files
Directories
File List
All
Data Structures
bak
file2.c
00001
int
i = 69;
00002
int
hello(){
00003 write(1,&i,
sizeof
(i));
00004
return
-1;
00005 }
All
Data Structures
Generated on Mon Jan 4 2016 21:55:51 for Xv6 with picoc & Linkage editor by
1.7.6.1