Re: cvs commit: src/sys/kern kern_proc.c

看板DFBSD_commit作者時間21年前 (2005/02/02 11:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串10/10 (看更多)
:I'm not comfortable with the idea of substituting VMs for jails. While :they're not entirely orthogonal (a VM could be viewed as a jail with :more separation), I have distinct uses for jails and VMs. : :Not so sure that a VM would help with panics. I think you'll just end :up swapping one set of panic-causing bugs for another. : :Dave A VM that has to be integrated into the actual kernel in order to support an exact emulation is certainly prone to bugs and panics. A VM 'kernel' that is built to operate as a user process, with minimal intervention by the actual kernel, however, is another matter entirely. There is almost no chance of the VM panicing the actual kernel in that case. And, more importantly, such a VM would not be trying to 'emulate' the kernel, it would actually be running a kernel that is fully aware that it is operating as a user process. This is a very different beast we are talking about here. It can be made very efficient... to the point where it is able to run programs almost as fast as the real kernel. -Matt Matthew Dillon <dillon@backplane.com>
文章代碼(AID): #1204d000 (DFBSD_commit)
討論串 (同標題文章)
文章代碼(AID): #1204d000 (DFBSD_commit)