2004-01-13 04:44:38

by Jeff Dike

[permalink] [raw]
Subject: uml-patch-2.6.0

This patch updates UML to 2.6.0 and pulls in all the changes that have
accumulated in my 2.4 tree.

The 2.6.0 UML patch is available at
http://www.user-mode-linux.org/mirror/uml-patch-2.6.0-1.bz2

BK users can pull my 2.5 repository from
http://www.user-mode-linux.org:5000/uml-2.5

For the other UML mirrors and other downloads, see
http://user-mode-linux.sourceforge.net/dl-sf.html

Other links of interest:

The UML project home page : http://user-mode-linux.sourceforge.net
The UML Community site : http://usermodelinux.org

Jeff


2004-01-13 04:57:30

by Jeff Dike

[permalink] [raw]
Subject: Re: uml-patch-2.6.0

> This patch updates UML to 2.6.0 and pulls in all the changes that have
> accumulated in my 2.4 tree.

I forgot to mention that newer libcs won't boot on 2.6 UMLs until I get
[gs]et_thread_area implemented. Older libcs are fine, as are new libcs on
2.4 UMLs.

Jeff

2004-01-13 10:19:31

by Sven Köhler

[permalink] [raw]
Subject: Re: uml-patch-2.6.0

> The 2.6.0 UML patch is available at
> http://www.user-mode-linux.org/mirror/uml-patch-2.6.0-1.bz2

i get this error:

gcc -Wl,-T,arch/um/uml.lds.s -static -Wl,--wrap,malloc -Wl,--wrap,free
-Wl,--wra
p,calloc \
-o linux arch/um/main.o vmlinux -L/usr/lib -lutil
vmlinux(.text+0x5288): In function `mem_init':
: undefined reference to `phys_page'
vmlinux(.init.text+0x21f3): In function `kmap_init':
: undefined reference to `pte_offset'
collect2: ld returned 1 exit status

i applied this patch to clean 2.6.0 sources from kernel.org.
if you need more information just ask. i'm running gentoo 1.4 with a
2.6.1 host kernel. linux 2.4.19 headers are installed in /usr/include,
just in case it matters.