Ivan Warren
Ivan Warren
Then you break something. System configuration statements should, and always have been, independent of the architecture level. However, in S/370 mode, STIDP should always return a format 0 CPUID (that...
_**NOTE!** Below edited by Fish! I hope I got it right!_ Ok, let's run down the various cases. At run time (past IMPL/POR), we are either in S/370 architecture...
> I suppose the zArch related facility bits might also need to be tested, depending on the arch mode existing when the instruction is issued? Remember... Because a bit is...
For example: dev->handlerdata=(void *)malloc(sizeof(struct MyDevStuff)); Then: struct MyDevStuff *mds; mds=(struct MyDevStuff *)dev->handlerdata; and then use "mds" to manipulate your device emulation. DEVBLK should _only_ hold stuff that is generic to...
I am going to go out on a limb and saying that the effects of CTRL-Z (or rather receiving the SIGSTP signal) will probably trigger events in the shell that...
Update... I haven't tried this yet, but did anyone try to send CTRL-Z to the integrated console using CTRL-V+CTRL-Z? (I'll try it soon)...
I'm putting myself in the loop! As you say, some of them are probably trivial.
I'll probably open issues for each of those as I go (Split to conquer)
I'll look at the low hanging fruits first! Because I'm lazy.