[SOLVED] CSE330 Project 3 P0

100.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Project-3-5wyoya.zip (58.9 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
5/5 - (2 votes)

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

  • Project-3-5wyoya.zip