summaryrefslogtreecommitdiff
path: root/userspace
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-06 01:58:10 +0200
committerMiguel <m.i@gmx.at>2018-09-06 01:58:10 +0200
commitef4943053475cd8bf341c42dd0b538bc630b92a3 (patch)
treeb7f59c937797a0ce0603af9ef46a194d4a64ef22 /userspace
parentf67ad595650954195ef064a8b91038dbd0e16842 (diff)
working on smp
Diffstat (limited to 'userspace')
-rw-r--r--userspace/exception.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/userspace/exception.c b/userspace/exception.c
new file mode 100644
index 0000000..4f72c86
--- /dev/null
+++ b/userspace/exception.c
@@ -0,0 +1,4 @@
+int main()
+{
+ return 10/0;
+}