abs@netbsd.org (David Brownlee) writes:
> atari version is in a different universe, other than that the
> differences are:
> - md_root_size int vs u_int32_t
btw: u{,_}int32_t better than just int: it's nice to have a fixed size
type here for cross-build mdsetimage... (granted, for now int is
~always 32 btis, but...)
cgd