[uml-devel] Re: [patch 02/11] uml: fix compilation for missing headers

2005-01-14 Thread Jeff Dike
[EMAIL PROTECTED] said: > If you think it cannot make sense to include both and > (as userspace process, i.e. host includes), go > complaining with glibc, or follow the linux-abi includes idea. > However, the compilation failure is possibly glibc-version (or better > glibc includes version) rela

[uml-devel] Re: [patch 04/11] uml: refuse to run without skas if no tt mode in

2005-01-14 Thread Jeff Dike
Is it my imagination, or did you put the definition of can_do_skas under #ifdef UML_CONFIG_MODE_SKAS and failed to do the same for the call? Jeff --- The SF.Net email is sponsored by: Beat the post-holiday blue

Re: [uml-devel] Anyone running nested UMLs? It seem to work well enough...

2005-01-14 Thread Allen Chan
I played with nesting quite a bit when the -bb1 and -bb2 kernels were the latest available, trying to set up a network simulation for educational/testing purposes. Although the nested kernels (with properly configured CONFIG_NEST_LEVEL) booted properly and appeared to work well, it ran into tr

[uml-devel] Re: [patch 04/11] uml: refuse to run without skas if no tt mode in

2005-01-14 Thread Blaisorblade
On Friday 14 January 2005 20:24, Jeff Dike wrote: > Is it my imagination, or did you put the definition of can_do_skas under > #ifdef UML_CONFIG_MODE_SKAS and failed to do the same for the call? Look at the end: #else +int can_do_skas(void) +{ return(0); -#endif } +#endif This dummy ca

Re: [uml-devel] About "jiffies" patch

2005-01-14 Thread Blaisorblade
On Thursday 13 January 2005 06:12, Blaisorblade wrote: > Well, effectively your reasoning holds, apart for one point: the code > should not hang because of that large INITIAL_JIFFIES. What we care about > are only the value of jiffies relative to INITIAL_JIFFIES, indeed. > > In fact, that code work

[uml-devel] Re: [patch 04/11] uml: refuse to run without skas if no tt mode in

2005-01-14 Thread Jeff Dike
[EMAIL PROTECTED] said: > Look at the end: Oops, missed that. Sorry. Jeff --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun