added more code for process scheduling

This commit is contained in:
hyunghwan.chung
2015-10-18 15:06:17 +00:00
parent f52356e8c8
commit 3482c99ab7
8 changed files with 166 additions and 31 deletions

View File

@ -42,13 +42,14 @@
#method fork
{
"crate a new process in the runnable state"
## TODO
^self newProcess resume.
}
#method newProcess
{
"create a new process in the suspended state"
## TODO
<primitive: #_block_new_process>
self primitiveFailed.
}
#method newProcessWith: anArray