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
hello.c
00001 #include <stdio.h>
00002 int main(){
00003         printf("hi");
00004         return 0;
00005 }
 All Data Structures