On Tue, Apr 29, 2008 at 10:27:54AM +0200, Daniel Janzon wrote:
> Thanks for the information. Two follow-up questions though. First, are
> there any certain features of the kernel that can be turned off that
> makes the porting effort substantially smaller? 

Turn off hostfs.

You can make the smallest possible kernel that you can boot, but
it doesn't seem to me that much else will make a big difference in the
porting effort.

> And secondly, can you
> recommend any documentation that will set me off in the right direction?
> Otherwise the source is my friend, I guess :)

There's http://user-mode-linux.sourceforge.net/old/arch-port.html, but
it's horribly out of date.  The issues described there are obviously
the same, but the interfaces described there are different now for the
most part.

The arch-specific stuff is in
    include/asm-um/*-$(ARCH).h
    arch/um/sys-$(ARCH)
    arch/um/os-Linux/sys-$(ARCH)
    arch/um/include/sysdep-$(ARCH)

Plus arch/um/Makefile-$(ARCH) and arch/um/Kconfig-$(ARCH).

                        Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to