* [uml-devel] uml-patch-2.6.0-test8
@ 2003-10-21 20:18 Jeff Dike
2003-10-21 21:15 ` [uml-devel] uml-patch-2.6.0-test8 Jeff Dike
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Dike @ 2003-10-21 20:18 UTC (permalink / raw)
To: linux-kernel, user-mode-linux-devel
This patch updates UML to 2.6.0-test8.
The 2.6.0-test5 UML patch is available at
http://jdike.stearns.org/mirror/uml-patch-2.6.0-test8.bz2
BK users can pull my 2.5 repository from
http://jdike.stearns.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
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
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] 5+ messages in thread* [uml-devel] Re: uml-patch-2.6.0-test8
2003-10-21 20:18 [uml-devel] uml-patch-2.6.0-test8 Jeff Dike
@ 2003-10-21 21:15 ` Jeff Dike
2003-10-22 3:52 ` J. Bruce Fields
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Dike @ 2003-10-21 21:15 UTC (permalink / raw)
To: linux-kernel, user-mode-linux-devel
Some moron said:
> This patch updates UML to 2.6.0-test8.
> The 2.6.0-test5 UML patch is available at
> http://jdike.stearns.org/mirror/uml-patch-2.6.0-test8.bz2
That patch was bogus. I replaced it with a good one, so pull it again if it
totally breaks for you.
Jeff
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
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] 5+ messages in thread
* Re: [uml-devel] Re: uml-patch-2.6.0-test8
2003-10-21 21:15 ` [uml-devel] uml-patch-2.6.0-test8 Jeff Dike
@ 2003-10-22 3:52 ` J. Bruce Fields
2003-10-22 9:02 ` Kunio Miyamoto
0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2003-10-22 3:52 UTC (permalink / raw)
To: Jeff Dike; +Cc: linux-kernel, user-mode-linux-devel
On Tue, Oct 21, 2003 at 05:15:49PM -0400, Jeff Dike wrote:
> Some moron said:
> > This patch updates UML to 2.6.0-test8.
> > The 2.6.0-test5 UML patch is available at
> > http://jdike.stearns.org/mirror/uml-patch-2.6.0-test8.bz2
>
> That patch was bogus. I replaced it with a good one, so pull it again if it
> totally breaks for you.
I downloaded the patch from the URL above; it doesn't seem to have any
hostfs code in it.
Applying the /fs/ parts of the -test5 patch seems to work for
now....--Bruce Fields
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
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] 5+ messages in thread
* Re: [uml-devel] Re: uml-patch-2.6.0-test8
2003-10-22 3:52 ` J. Bruce Fields
@ 2003-10-22 9:02 ` Kunio Miyamoto
0 siblings, 0 replies; 5+ messages in thread
From: Kunio Miyamoto @ 2003-10-22 9:02 UTC (permalink / raw)
To: user-mode-linux-devel
Hi.
> I downloaded the patch from the URL above; it doesn't seem to have any
> hostfs code in it.
> Applying the /fs/ parts of the -test5 patch seems to work for
> now....--Bruce Fields
I tried by using hostfs code in uml patch for linux-2.6-test5, and it seems
to work well.
If you try to use hostfs in linux-2.6-test8 + uml patch, apply hostfs codes of
test5 (+uml patch) and modify Makefile as below..
add 1 line as below in Makefile in fs dir.
obj-$(CONFIG_HOSTFS) += hostfs/
I made patch kit ( tarball ) to linux-2.6-test8 + uml patch by Jeff Dike.
If you use this patch kit, see below.
1. download it
http://www.todo.gr.jp/~wakatono/hostfs-for-uml-2.6-test8+patch.tar
It includes hostfs code and modified Makefile in [kernel_top_dir]/fs directory.
2. untar it
cd [your_uml_kernel_top_dir]/fs
tar xvf [downloaded file name]
3. build uml kernel.
Cheers.
---
Kunio Miyamoto
E-mail: wakatono@todo.gr.jp
WebDAV Resources JP: http://webdav.todo.gr.jp/
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
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] 5+ messages in thread
* Re: [uml-devel] Re: uml-patch-2.6.0-test8
@ 2003-10-22 9:13 Kunio Miyamoto
0 siblings, 0 replies; 5+ messages in thread
From: Kunio Miyamoto @ 2003-10-22 9:13 UTC (permalink / raw)
To: user-mode-linux-devel
Sorry, I was mistaken in my description as below.
> 2. untar it
> cd [your_uml_kernel_top_dir]/fs
> tar xvf [downloaded file name]
Corrected process is below.
2. untar it
cd [your_uml_kernel_top_dir]
tar xvf [downloaded file name]
Cheers.
---
Kunio Miyamoto
E-mail: wakatono@todo.gr.jp
WebDAV Resources JP: http://webdav.todo.gr.jp/
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
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] 5+ messages in thread
end of thread, other threads:[~2003-10-22 11:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 20:18 [uml-devel] uml-patch-2.6.0-test8 Jeff Dike
2003-10-21 21:15 ` [uml-devel] uml-patch-2.6.0-test8 Jeff Dike
2003-10-22 3:52 ` J. Bruce Fields
2003-10-22 9:02 ` Kunio Miyamoto
-- strict thread matches above, loose matches on Subject: below --
2003-10-22 9:13 Kunio Miyamoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox