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 --- software/example-user-mode | 1 + software/example-user-syscall | 1 + 2 files changed, 2 insertions(+) create mode 160000 software/example-user-mode create mode 160000 software/example-user-syscall (limited to 'software') diff --git a/software/example-user-mode b/software/example-user-mode new file mode 160000 index 0000000..262b4ec --- /dev/null +++ b/software/example-user-mode @@ -0,0 +1 @@ +Subproject commit 262b4ec4f928a80a1d6f941cc257616ed235188a diff --git a/software/example-user-syscall b/software/example-user-syscall new file mode 160000 index 0000000..e411060 --- /dev/null +++ b/software/example-user-syscall @@ -0,0 +1 @@ +Subproject commit e4110601669ef7db1b789b08e92d5b81f27d91a3 -- cgit v1.2.1-18-gbd029 From 6272d73033d25d932b41c742c11e5829f4466187 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 22 May 2019 13:41:57 -0700 Subject: Update examples to be hart-agnostic Signed-off-by: Nathaniel Graff --- software/example-pmp | 2 +- software/software-interrupt | 2 +- software/timer-interrupt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'software') diff --git a/software/example-pmp b/software/example-pmp index 7f49ff4..496a081 160000 --- a/software/example-pmp +++ b/software/example-pmp @@ -1 +1 @@ -Subproject commit 7f49ff4dc12f3cc81814507d24eb36017dccabd7 +Subproject commit 496a081ab983c6558e17053682bd14f611c28465 diff --git a/software/software-interrupt b/software/software-interrupt index 02fcd09..f78801f 160000 --- a/software/software-interrupt +++ b/software/software-interrupt @@ -1 +1 @@ -Subproject commit 02fcd09838d28fbffbac437357e4dde2973f07f5 +Subproject commit f78801f451a73bd76081a5c28349cdc28756e70d diff --git a/software/timer-interrupt b/software/timer-interrupt index 6ddaeff..adef8e7 160000 --- a/software/timer-interrupt +++ b/software/timer-interrupt @@ -1 +1 @@ -Subproject commit 6ddaeff553a71c6218f42b72e93f7f05347dca2f +Subproject commit adef8e7476a93e79a5c6ec9a05ae19d42d53bb91 -- cgit v1.2.1-18-gbd029