> kexec should not switch processor operating modes.
> kexec should provide a virtual to physical one to one mapping.
> kexec should allow you to load your image anywhere there is ram on the
>       machine that you can address with a native word size.
> kexec should allow any entry point to be specified.

All of that makes sense and at least the stuff with the entry point should be
changed, _if_ there would be a user.
Switching operating modes is part of a reset instruction on s390: it resets
everything: the whole I/O subsystem and the cpus. So switching processor
operating modes makes a lot of sense to me, given all the problems seen with
not properly reset devices seen on other architectures.
If somebody really wants anything of the above, it could be changed, except
for the restriction that the entry point must be below 2GB.
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to