Hi. On Mon, Sep 07, 2020 at 10:01:42AM -0500, Richard Owlett wrote: > > > 2.What 32 bit utilities are there to identify the hardware > > > capabilities of a particular machine? > > > > If you mean, "how do I check if my Intel/AMD CPU has that 64-bit > > capability", then it's: > > > > lscpu | grep -w lm > > Will have to look up what each of the flags mean. That accomplish much > of what I wanted to accomplish what a "reading list" would have.
lm means "Long Mode", i.e. 64-bit support. For the others, [1] is your best reference, table 2-27. Reco [1] https://software.intel.com/file/36945

