* Re: [uml-devel] Another cause for UML
[not found] <CA52872BEA6FD41182A50008C724B23003F2FFD2@corp01uk.bordersgroupinc.com>
@ 2006-06-21 23:16 ` Paolo Giarrusso
2006-06-22 21:30 ` Jeff Dike
0 siblings, 1 reply; 3+ messages in thread
From: Paolo Giarrusso @ 2006-06-21 23:16 UTC (permalink / raw)
To: Carl Radford (DC0854-IT), Laurent, for, Jeff Dike, UML-devel
"Carl Radford (DC0854-IT)" <CRADFORD@bordersgroupinc.com> 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 a stock kernel (2.6.16) and then
> tried to build a um kernel (yes I should know better :>),
> but there are (obviously) inconsistencies between the would-be-used
> include/arch-i386 header files and the actually-used
> include/um header files (seem to be mostly ptrace/regs stuff).
> For
> someone who knows their way around UML, it should
> be quite trivial to sort the compilation issues (yes I'm
> simplifying, but I'm trying to get you on my side).
> I am not trying to recruit you, from there on it would be up to the
> openMosix development team not to break it again, unless
> you wanted to contribute, of course...... :>).
> Being able to debug the kernel this way would be of great benefit
> to openMosix development and earn UML yet another gold star.
Having helped NTFS (and probably FUSE) to get going is one of the UML
merits, but we likely should advertise this (we know this indirectly,
by having seen those projects' authors using UML for debug).
Start posting some of these errors and we'll look at how trivial it
is (unless the compiler is flooding you). If they look trivial to us
we may try it...
But my 1st question is: does OpenMosix currently support anything
else than x86? If not a little compatibility layer may be needed and
this may hinder significantly the porting - however they'll have to
fix this anyway to support x86_64 at the very least.
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] Another cause for UML
2006-06-21 23:16 ` [uml-devel] Another cause for UML Paolo Giarrusso
@ 2006-06-22 21:30 ` Jeff Dike
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Dike @ 2006-06-22 21:30 UTC (permalink / raw)
To: Paolo Giarrusso
Cc: Carl Radford (DC0854-IT), Jeff Dike, Laurent, UML-devel, for
On Thu, Jun 22, 2006 at 01:16:49AM +0200, Paolo Giarrusso wrote:
> Start posting some of these errors and we'll look at how trivial it
> is (unless the compiler is flooding you). If they look trivial to us
> we may try it...
I agree.
> But my 1st question is: does OpenMosix currently support anything
> else than x86? If not a little compatibility layer may be needed and
> this may hinder significantly the porting - however they'll have to
> fix this anyway to support x86_64 at the very least.
My recollection is that OM dropped stuff directly into arch.
Jeff
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] Another cause for UML
@ 2006-06-23 7:43 Carl Radford (DC0854-IT)
0 siblings, 0 replies; 3+ messages in thread
From: Carl Radford (DC0854-IT) @ 2006-06-23 7:43 UTC (permalink / raw)
To: Jeff Dike; +Cc: Paolo Giarrusso, Laurent, UML-devel, for
This is a list of the stock kernel files that om patches, and may have
a knock-on effect with um. Not all files are heavily patched, some are
trivial (conditionally compile out "static" from function declarations).
|-- Makefile
|-- arch
| |-- i386
| | |-- Kconfig
| | |-- kernel
| | | |-- asm-offsets.c
| | | |-- entry.S
| | | |-- i387.c
| | | |-- process.c
| | | |-- signal.c
| | | |-- sys_i386.c
| | | `-- vm86.c
| | `-- lib
| | `-- usercopy.c
| |-- ppc
| | |-- Kconfig
| | `-- kernel
| | |-- asm-offsets.c
| | |-- entry.S
| | `-- misc.S
| `-- x86_64
| |-- Kconfig
| |-- kernel
| | |-- asm-offsets.c
| | |-- entry.S
| | `-- sys_x86_64.c
| `-- lib
| |-- copy_user.S
| `-- usercopy.c
|-- fs
| |-- namei.c
| `-- proc
| |-- base.c
| `-- root.c
|
|-- include
| |-- asm-i386
| | `-- uaccess.h
| |-- asm-ppc
| | `-- uaccess.h
| `-- linux
| |-- compiler.h
| |-- hpc.h
| |-- init_task.h
| |-- net.h
| |-- sched.h
| `-- signal.h
|-- kernel
| |-- exit.c
| |-- fork.c
| `-- sched.c
|-- mm
| |-- mlock.c
| `-- mmap.c
|-- net
`-- socket.c
-----Original Message-----
From: Jeff Dike [mailto:jdike@addtoit.com]
Sent: 22 June 2006 22:31
To: Paolo Giarrusso
Cc: Carl Radford (DC0854-IT); Laurent@lvivier.info; for@gmx.de; Jeff
Dike; UML-devel
Subject: Re: [uml-devel] Another cause for UML
On Thu, Jun 22, 2006 at 01:16:49AM +0200, Paolo Giarrusso wrote:
> Start posting some of these errors and we'll look at how trivial it
> is (unless the compiler is flooding you). If they look trivial to us
> we may try it...
I agree.
> But my 1st question is: does OpenMosix currently support anything
> else than x86? If not a little compatibility layer may be needed and
> this may hinder significantly the porting - however they'll have to
> fix this anyway to support x86_64 at the very least.
My recollection is that OM dropped stuff directly into arch.
Jeff
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-06-23 7:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CA52872BEA6FD41182A50008C724B23003F2FFD2@corp01uk.bordersgroupinc.com>
2006-06-21 23:16 ` [uml-devel] Another cause for UML Paolo Giarrusso
2006-06-22 21:30 ` Jeff Dike
2006-06-23 7:43 Carl Radford (DC0854-IT)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.