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:[EMAIL PROTECTED]
Sent: 22 June 2006 22:31
To: Paolo Giarrusso
Cc: Carl Radford (DC0854-IT); [EMAIL PROTECTED]; [EMAIL PROTECTED]; 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

Reply via email to