Hacker News new | ask | show | jobs
by rleisti 5970 days ago
It would mean that if you port windows to a large endian machine, then you can't share registry files (ie. as in roaming profiles). It's not as much about the file format as it is about the implementation (simply dumping C structures to disk). I think what the author is saying is that it's just a crappy implementation.
1 comments

I don't think there's any way at all to share the whole registry file even in the same endian machine. It wouldn't fly anyway since it's very machine specific.

The way you'll share parts of the registry will be using .reg files, those are just plain text so could easily be read anywhere.