|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Tiny patch: xen and vserver
On Tue, 22 Feb 2005, "Kristian F. Høgh" wrote:
> It compiles (for me) and I can run vserver start ...
> - .long sys_ni_syscall /* sys_vserver */
> + .long sys_vserver
But it only compiles for you because you have the vserver
patch applied. A system without the vserver patch would
not have a sys_vserver function in the kernel, so this
would go wrong.
--
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan
|
|
|
|
|