* [uml-devel] Porting UML to other plattforms
@ 2003-12-06 22:45 Joerg Hoh
2003-12-06 23:38 ` Henrik Nordstrom
2003-12-08 20:42 ` Jeff Dike
0 siblings, 2 replies; 5+ messages in thread
From: Joerg Hoh @ 2003-12-06 22:45 UTC (permalink / raw)
To: user-mode-linux-devel
Hi
Can someone tell me, how hard is the job to port UML to other plattforms
than i386 (how far went the ppc port?). I have here an alpha machine and I
want to do some testing of kernels and kernel related stuff (selinux)
without the need for rebooting the machine for testing kernels.
I've done a simple test and found out, that I need at least some very
lowlevel kernel stuff. Can someone give me some hints to documentation
and/or people who could help me?
Joerg
--
Joerg Hoh
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
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] Porting UML to other plattforms
2003-12-06 22:45 [uml-devel] Porting UML to other plattforms Joerg Hoh
@ 2003-12-06 23:38 ` Henrik Nordstrom
2003-12-08 20:42 ` Jeff Dike
1 sibling, 0 replies; 5+ messages in thread
From: Henrik Nordstrom @ 2003-12-06 23:38 UTC (permalink / raw)
To: Joerg Hoh; +Cc: user-mode-linux-devel
On Sat, 6 Dec 2003, Joerg Hoh wrote:
> Can someone tell me, how hard is the job to port UML to other plattforms
> than i386 (how far went the ppc port?).
Good question indeed.
In theory a sub-arch port should not be that difficult if you know the
basics characteristics of the architecture, but there is always
complications.
Regards
Henrik
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
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] Porting UML to other plattforms
2003-12-06 22:45 [uml-devel] Porting UML to other plattforms Joerg Hoh
2003-12-06 23:38 ` Henrik Nordstrom
@ 2003-12-08 20:42 ` Jeff Dike
2003-12-08 22:14 ` Joerg Hoh
1 sibling, 1 reply; 5+ messages in thread
From: Jeff Dike @ 2003-12-08 20:42 UTC (permalink / raw)
To: Joerg Hoh; +Cc: user-mode-linux-devel
joerg@devone.org said:
> Can someone tell me, how hard is the job to port UML to other
> plattforms than i386 (how far went the ppc port?).
In principal, it shouldn't be too hard. In practice, the immature arch
abstraction layer inside UML is a problem, but this should be improved once
I get the x86_64 port merged.
More troublesome are are host-specific problems. Every architecture that UML
has run on has exposed toolchain problems of one sort or another. Host kernel
and hardware bugs are also somewhat common. These are what will hold up any
new port, rather than any problems with UML itself.
Jeff
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
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] Porting UML to other plattforms
2003-12-08 20:42 ` Jeff Dike
@ 2003-12-08 22:14 ` Joerg Hoh
2003-12-08 23:26 ` Jeff Dike
0 siblings, 1 reply; 5+ messages in thread
From: Joerg Hoh @ 2003-12-08 22:14 UTC (permalink / raw)
To: Jeff Dike; +Cc: user-mode-linux-devel
On Mon, Dec 08, 2003 at 03:42:48PM -0500, Jeff Dike wrote:
> joerg@devone.org said:
> > Can someone tell me, how hard is the job to port UML to other
> > plattforms than i386 (how far went the ppc port?).
>
> In principal, it shouldn't be too hard. In practice, the immature arch
> abstraction layer inside UML is a problem, but this should be improved once
> I get the x86_64 port merged.
Good News.
> More troublesome are are host-specific problems. Every architecture that UML
> has run on has exposed toolchain problems of one sort or another. Host kernel
> and hardware bugs are also somewhat common. These are what will hold up any
> new port, rather than any problems with UML itself.
How does a hardware bug affect UML? The bugs should be "fixed" by the host
kernel and therefore noone should see them (expect some very lowlevel
software and the kernel). Can you explain this point to me?
Jörg
--
...Wenn man sich bei NetBSD auf eines verlassen kann, dann: Egal, WAS[...]
man updated, mplayer hat mit Sicherheit dependencies drauf.
Rene Schickbauer, news:2591532.ZKZXAUW3eG@gandalf.grumpfzotz.org
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
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] Porting UML to other plattforms
2003-12-08 22:14 ` Joerg Hoh
@ 2003-12-08 23:26 ` Jeff Dike
0 siblings, 0 replies; 5+ messages in thread
From: Jeff Dike @ 2003-12-08 23:26 UTC (permalink / raw)
To: Joerg Hoh; +Cc: user-mode-linux-devel
joerg@devone.org said:
> How does a hardware bug affect UML? The bugs should be "fixed" by the
> host kernel and therefore noone should see them (expect some very
> lowlevel software and the kernel). Can you explain this point to me?
If the host kernel (or its maintainer) hasn't seen the bug yet, it's hard
to work around it.
And sometimes there is no workaround. You need to fix the chip.
Jeff
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
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-12-08 23:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-06 22:45 [uml-devel] Porting UML to other plattforms Joerg Hoh
2003-12-06 23:38 ` Henrik Nordstrom
2003-12-08 20:42 ` Jeff Dike
2003-12-08 22:14 ` Joerg Hoh
2003-12-08 23:26 ` Jeff Dike
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.