tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: allocating memory during kernel startup



> > Right, on the face of it I don't see why this is something to be handled at
> > runtime.
> 
> Move consinit() past uvm_init() ;-}

Probably we should classify console devices and split consinit()?
 - dumb device working without VM
   (though we still have to consider about bus_space(9))
 - complicated framebuffer with large memory
 - and others? (arc and ews4800mips set up wired map for framebuffer)

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index