c - Reloading a Stopped process in xv6 OS -


want write program can save process's state when exits in file , program reload process's state , run left in xv6 os. keeping processes' state when changing among processes in scheduler.


how can reload process state cpu , run ? know should run in kernel level mode , can adopt scheduler() , swtch() function in proc.c file.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -