quoted
I think:
1) Alignment is only needed on systems that have 'strict alignment'
requirements (maybe disable for testing?)
Right, what about mixed 32bit/64bit environments?
Support for i386 user binaries on amd64 kernels
is an entirely different problem!
That, typically, requires the kernel to know that
the application is 32bit and use separate structures
where the 64bit items have the aligned(32) attribute.
David