jserv / mini-arm-os

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

Fix unexpected exception return behavior #15

Closed iankuan closed 7 years ago

iankuan commented 7 years ago

Just like what I confuse in #14 I write additional code to check the situation and omit unnecessary condition switching to unprivileged thread mode.

jserv commented 7 years ago

Rebase first in order to eliminate the duplicated commit, "Fix the deadlinks and typo".

iankuan commented 7 years ago

@jserv , Done! Thank for your useful comments.

iankuan commented 7 years ago

@jserv , Fix inappropriate semantic and coding-style

iankuan commented 7 years ago

@jserv , I already rebase to upstream.

jserv commented 7 years ago

Rather than "I add a few lines in activate()", you can say, "Change the operation of activate() to ...".

iankuan commented 7 years ago

@jserv , Done! Thank for your patience. By the way, I also rebase to upstream.

jserv commented 7 years ago

There is a typo in subject of Git commit message. Should be "exception".