diff options
| author | Miguel <m.i@gmx.at> | 2018-09-06 01:58:10 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-06 01:58:10 +0200 |
| commit | ef4943053475cd8bf341c42dd0b538bc630b92a3 (patch) | |
| tree | b7f59c937797a0ce0603af9ef46a194d4a64ef22 /userspace/exception.c | |
| parent | f67ad595650954195ef064a8b91038dbd0e16842 (diff) | |
working on smp
Diffstat (limited to 'userspace/exception.c')
| -rw-r--r-- | userspace/exception.c | 4 |
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; +} |
