PFLab-OS / Raph_Kernel

http://pflab-os.github.io/Raph_Kernel/
Other
37 stars 7 forks source link

impl fork syscall #196

Closed mu-mu-mu closed 6 years ago

mu-mu-mu commented 6 years ago

このコミットで,forkが使えるようになります. そのために, ・syscall 57 の実装(syscall.cc) ・メモリスペースのコピー用関数(paging.cc など) ・fork関数本体(process.cc) ・testmoduleにforkのテスト追加(testmodule.cc)

を実装しました.