summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-24 07:32:58 +0000
committerfukachan <fukachan>2001-01-24 07:32:58 +0000
commit86ba38b7ca78ffeba37f194c5fb506688bcbe512 (patch)
treeceebb5dec797a7c767118602c60e1386bff0d1a5 /fml/lib/FML/Process/Kernel.pm
parente00836b542f2df20d8fa34669d9edd79333fa298 (diff)
downloadfml8-86ba38b7ca78ffeba37f194c5fb506688bcbe512.tar.gz
fml8-86ba38b7ca78ffeba37f194c5fb506688bcbe512.tar.bz2
fml8-86ba38b7ca78ffeba37f194c5fb506688bcbe512.zip
prepare PCB manipulation
Diffstat (limited to 'fml/lib/FML/Process/Kernel.pm')
-rw-r--r--fml/lib/FML/Process/Kernel.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm
index 8a17fd16..be525d4e 100644
--- a/fml/lib/FML/Process/Kernel.pm
+++ b/fml/lib/FML/Process/Kernel.pm
@@ -44,6 +44,10 @@ sub new
use FML::Config;
$curproc->{ config } = new FML::Config $cfargs;
+ # initialize PCB
+ use FML::PCB;
+ $curproc->{ pcb } = new FML::PCB;
+
bless $curproc, $self;
# load config.cf files, which is passed from fmlwrapper.