Re: [uml-devel] Another cause for UML

2006-06-21 Thread Paolo Giarrusso
"Carl Radford (DC0854-IT)" <[EMAIL PROTECTED]> ha scritto: > Any chance I can interest the UML developers I've included some more address (including Jeff, UML 1st author and maintainer). > in fixing UML to > support openMosix (for the purposes of debugging) ? > I applied the openMosix patch to

[uml-devel] problems compiling 2.6.17 against glibc 2.4

2006-06-21 Thread Nix
The problem is that arch/um/os-Linux/sys-i386/registers.c messes around inside a jmp_buf, and in glibc 2.4 the glibc maintainers have helpfully removed the definitions that let you poke around in there (they were only there for the sake of one macro, _JMPBUF_UNWINDS, which is no longer user-visible