summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-05-03 14:10:25 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-05-23 10:46:44 -0700
commit5b41bfbe156f1f4b773945da55310c89ef8925bb (patch)
tree3255e12302f5e669953d411da90c74c5b2ebec2b
parent10141c856ae0d1ae6724761fcf2a33ad1c69acfc (diff)
Add user mode example programs
- example-user-mode - example-user-syscall Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r--.gitmodules6
m---------software/example-user-mode0
m---------software/example-user-syscall0
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index aba5d34..40b88d9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -46,3 +46,9 @@
[submodule "software/multicore-hello"]
path = software/multicore-hello
url = https://github.com/sifive/example-multicore-hello.git
+[submodule "software/example-user-mode"]
+ path = software/example-user-mode
+ url = https://github.com/sifive/example-user-mode.git
+[submodule "software/example-user-syscall"]
+ path = software/example-user-syscall
+ url = https://github.com/sifive/example-user-syscall.git
diff --git a/software/example-user-mode b/software/example-user-mode
new file mode 160000
+Subproject 262b4ec4f928a80a1d6f941cc257616ed235188
diff --git a/software/example-user-syscall b/software/example-user-syscall
new file mode 160000
+Subproject e4110601669ef7db1b789b08e92d5b81f27d91a