Interesting!
One little hitch - you first need to implement UML. Instructions for
UML look pretty simple, but it just isn't working for me [yet]. As I
write this, I've tried running the 2.6.39 kernel and given up, and now
I'm trying 3.5.2. Hopefully the fact that I'm complaining will result
in success with my second kernel attempt. [Fail!]
Well, that's different. Instead of hanging, the attempted run aborted.
Here's the end of the run output, which is just about identical to the
results of v2.6.39, except that v2.6.39 hanged. And now, when I go
back to v2.6.39, I get a segfault instead of a hang. Original results
from 2.6.39 have scrolled out of the window. Need to tee these, or use
script (or some such).
[Note that in these two attempts, v2.6.39 shows 'parse_chan_pair
failed', while v3.5.2 shows 'setup_one_line failed', both for values
of 1-15]
= = = = = = = = = =
Results in v2.6.39 after trying v3.5.2
= = = = = = = = = =
Using a channel type which is configured out of UML
parse_chan_pair failed for device 15 : Configuration failed
Console initialized on /dev/tty0
console [tty0] enabled
VFS: Mounted root (hostfs filesystem) on device 0:8.
Segmentation fault
= = = = = = = = = =
Results in v3.5.2
= = = = = = = = = =
...
Initialized stdio console driver
Using a channel type which is configured out of UML
setup_one_line failed for device 1 : Configuration failed
Using a channel type which is configured out of UML
setup_one_line failed for device 2 : Configuration failed
...
Using a channel type which is configured out of UML
setup_one_line failed for device 14 : Configuration failed
Using a channel type which is configured out of UML
setup_one_line failed for device 15 : Configuration failed
Console initialized on /dev/tty0
console [tty0] enabled
VFS: Mounted root (hostfs filesystem) on device 0:8.
Aborted
= = = = = = = = = =