Further, do you recommend any changes to the file system and binary
format as well to accomodate these new types and registers?
Although I'm not sure, as I've not researched binary formats and file
system yet, I think a little change is inevitible? What does the
community feel? Can we standardize upon the format as well?
I dont know if Minix is a community driven phenomenon yet, but I feel
these decisions are best left to the community.
Awaiting suggestions.
Sanket
I think you'd want to stick to the LP64 model.
http://www.unix.org/version2/whatsnew/login_64bit.html
http://www.unix.org/version2/whatsnew/lp64_wp.html
I am inclined to change as little as possible initially when going to
64 bits. If the file formats etc can be kept the same (except for the
use of 64-bit ints), it should make the porting easier than changing a
dozen different things at once.
Andy Tanenbaum
A.out format doesn't allow muchin the room of 64-bit IIRC... Or does it
already do 64-bit (discarding the first 32-bits after endianess
conversions)?
We can always try using ELF64 as a last resort.