From 5b41bfbe156f1f4b773945da55310c89ef8925bb Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Fri, 3 May 2019 14:10:25 -0700 Subject: Add user mode example programs - example-user-mode - example-user-syscall Signed-off-by: Nathaniel Graff --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.1-18-gbd029