File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,17 @@ Compile and Test Functionality:
28
28
make check
29
29
```
30
30
31
- You will see ` Passed [-] ` if it works properly.
31
+ You will see ` Passed [-] ` if it works properly. and The result will be dumped in ` out ` file.
32
+
33
+ ```
34
+ cat out
35
+ Reading from /dev/fibonacci at offset 0, returned the sequence 0.
36
+ Reading from /dev/fibonacci at offset 1, returned the sequence 1.
37
+ Reading from /dev/fibonacci at offset 2, returned the sequence 1.
38
+ Reading from /dev/fibonacci at offset 3, returned the sequence 2.
39
+ ... (skip)
40
+ Reading from /dev/fibonacci at offset 300, returned the sequence 222232244629420445529739893461909967206666939096499764990979600.
41
+ ```
32
42
33
43
To change algorighm, please uncomment one library in [ fibdrv.c] ( ./fibdrv.c ) .
34
44
You can’t perform that action at this time.
0 commit comments