generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# s2e-user-example | ||
An example of S2E user side repository. | ||
An example of S2E user side repository. | ||
This repository provides the following samples. | ||
- A sample code to make S2E user side repository using `git submodule`. | ||
- Sample codes for tutorials in [s2e-documents](https://github.com/ut-issl/s2e-documents). | ||
|
||
# Branches | ||
- `main` branch | ||
- This is the simplest `s2e-user` repository. | ||
- This branch is a sample code for [How To Make New Simulation Scenario](https://github.com/ut-issl/s2e-documents/blob/develop/Tutorials/HowToMakeNewSimulationScenario.md) in the `s2e-documents`. | ||
- Users can refer this branch to make their `s2e-user`. | ||
- `sample/hoge` branches | ||
- Sample codes for tutorials in [s2e-documents](https://github.com/ut-issl/s2e-documents). | ||
- The branch name is same with the tutorial titles. |