jserv / mini-arm-os

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

Initial the enviroment for task before create the task #7

Closed kunhuahuang closed 9 years ago

kunhuahuang commented 9 years ago

Turn kernel mode to exception mode before create the task. In this method, we don't need to specially handle the first task.

kunhuahuang commented 9 years ago

OK~