equal
deleted
inserted
replaced
64 |
64 |
65 void M::Init3() |
65 void M::Init3() |
66 { |
66 { |
67 __KTRACE_OPT2(KBOOT,KMMU,Kern::Printf("M::Init3")); |
67 __KTRACE_OPT2(KBOOT,KMMU,Kern::Printf("M::Init3")); |
68 } |
68 } |
|
69 |
|
70 void M::Init4() |
|
71 { |
|
72 // Fourth phase MMU initialisation - Not required on this memory model. |
|
73 } |
69 |
74 |
70 // kernel heap construction |
75 // kernel heap construction |
71 |
76 |
72 void P::KernelInfo(TProcessCreateInfo& aInfo, TAny*& aStack, TAny*& aHeap) |
77 void P::KernelInfo(TProcessCreateInfo& aInfo, TAny*& aStack, TAny*& aHeap) |
73 { |
78 { |