Character driver finished

This commit is contained in:
2025-02-24 14:18:48 +00:00
parent 5500b9dc74
commit 3681dbfaac
12 changed files with 340 additions and 1 deletions

View File

@@ -18,5 +18,8 @@ int main(){
n = read( fd2, buf, 10);
printf(" read data = %s from ptwo \n", buf);
close(fd1);
close(fd2);
return 0;
}