AMD64
From FBSD_tips
Quickly finding out if your cpu supports amd64 (note, this was only tested on 7.0-BETA3):
dmesg | grep AMD
If returns a line like the following:
AMD Features=0x20100000<NX,LM>
and 'LM' is in the list, then your CPU supports amd64.
