jserv / mini-arm-os

Build a minimal multi-tasking OS kernel for ARM from scratch
Other
1.06k stars 243 forks source link

Irrational exception return behavior #14

Closed iankuan closed 7 years ago

iankuan commented 7 years ago

Let's take 04-Multitasking for example. I provide three doubts on exception return.

By the way, I'm working on these problem. I would send the PR recently.

iankuan commented 7 years ago

Sorry about the third point which I mention. I misunderstand this situation. In that case, the claim is correct above but not in this case. We only use svc and we can control when it would happen, so we don't have to worry about ipsr.

iankuan commented 7 years ago

15