[uml-devel] Re: [PATCH 4/9] UML - Better diagnostics for broken configs

2006-01-04 Thread Jan Engelhardt
>Produce a compile-time error if both MODE_SKAS and MODE_TT are disabled. > What would happen if both were disabled? Say, if the host system does not have SKAS and I did not want any tracing/debugging stuff? Jan Engelhardt -- --

[uml-devel] Re: [PATCH 4/9] UML - Better diagnostics for broken configs

2006-01-05 Thread Jan Engelhardt
default y help This option controls whether tracing thread support is compiled into UML. Normally, this should be set to Y. If you intend to use only skas mode (and the host has the skas patch applied to it), then it is OK to say N here. Then

Re: [uml-devel] Re: [PATCH 4/9] UML - Better diagnostics for broken configs

2006-01-07 Thread Jan Engelhardt
is the address space part of this. How we nullify >system calls is separate. That's the PTRACE_SYSCALL vs PTRACE_SYSEMU (which >is now in mainline) thing. > ... So there is no way to get UML compile on non-Linux. Jan Engelhardt -- -

[uml-devel] Re: [PATCH 12/16] UML - Memory hotplug

2006-03-25 Thread Jan Engelhardt
quot;, sizeof("18446744073709551615")); printf("%d\n", strlen("18446744073709551615")); } Which will print, when executed, 22 21 20 (the "pure string" length) [*] Depending on what the original author wanted. Jan Engelhardt --