Is there any way of telling from this line whether the processor is capable of supporting amd64/emt64 ? Am trying to doo an audit of our FreeBSD machines to see whcih ones will need replacing if and when we move to 64 bits. thanks, -pete.
On Wed, 2006-Mar-08 16:30:23 +0000, Pete French wrote:>Is there any way of telling from this line whether the processor is capable >of supporting amd64/emt64 ? Am trying to doo an audit of our FreeBSD machines >to see whcih ones will need replacing if and when we move to 64 bits.For amd64, the 'LM' flag will be set in 'AMD Features='. Looking at the code in identcpu.c, I suspect it may be the same for emt64. -- Peter Jeremy