Skip to content

Commit

Permalink
docs/sessions: Add information about ramfs option in menuconfig
Browse files Browse the repository at this point in the history
Add a few instructions for task 03.Testing vfscore
that specify to select ramfs from configuration
menu before running the application.

Signed-off-by: Mihai Latea <[email protected]>
  • Loading branch information
toast3rx authored and StefanJum committed Apr 27, 2023
1 parent 67be5c6 commit 0ad94da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ UK_TESTCASE(vfscore_stat_testsuite, vfscore_test_newfile)
/* Register the test suite */
uk_testsuite_register(vfscore_stat_testsuite, NULL);
```
After you select vfscore in the configuration screen, a new option should appear in the `Library Configuration` menu to select a `ramfs` filesystem:
![ramfs menu](/community/hackathons/sessions/testing-unikraft/images/menuconfig_ramfs_option.png)
Make sure you enable it, otherwise the `mount` syscall will fail.
We will be using a simple app without any main function to run the testsuite, the output should be similar with:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ad94da

Please sign in to comment.