Please follow the below steps to test your Project-3.
Download the zip of this git repository.
Unzip the repository.
Implement your kernel module code in the proc_filesys.c (i.e. all //TODO part, DO NOT change any other part). Modify Your_Name and ASU_ID in the test.sh, and then run the test.sh script with the test arguments.
Test Cases:
./test.sh 1 | write to kernel (25 pts); read entire content (25 pts); read from head (25 pts); read from middle (25 pts)
| 100 | | 4 | sudo ./test.sh 2 | Bonus! write beyond the size limit, return: Invalid argument | 0.5 extra point of your CSE330 final total grades | | 5 | sudo ./test.sh 3 | Bonus! read from tail | 0.5 extra point of your CSE330 final total grades |
Note:
Sample Output Screenshots:
Test Case 1
Test Case 2
Test Case 3

![[SOLVED] Cse330 project 3 p0](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] Final Project Regression Analysis](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.