Improve process creation and cleaning

This commit is contained in:
Daniel
2019-05-06 10:51:19 +02:00
parent 0fd44c8011
commit 4f275a8029
6 changed files with 88 additions and 17 deletions

View File

@@ -19,3 +19,8 @@ func (m *Process) IsSystem() bool {
func (m *Process) IsKernel() bool {
return m.Pid == 0
}
// specialOSInit does special OS specific Process initialization.
func (m *Process) specialOSInit() {
}