Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is my macbook pro x86 linux or x86_64 darwin? [closed]

This might be a really dumb question, but I need to know what platform is my Macbook Pro. I want to download a plug-in for Eclipse to code in Ada and it's asking for my platform. I use a Macbook pro so is it x86 - linux (or) x86_64-linux (or) x86_65-darwin and also what year. Again, this might be really stupid, but I need some help :)

So, thanks in advance for helping, guys.

like image 388
gkamani2011 Avatar asked Oct 29 '13 20:10

gkamani2011


2 Answers

If you open up your terminal and type the command set and press enter, you should see a long list of env variables. The MACHTYPE (usually pretty far down) should tell you what you're running.

MACHTYPE=x86_64-apple-darwin13

...is what my Macbook Air is on.

To just see that write set | grep "MACHTYPE"

like image 165
Brad Wheel Avatar answered Oct 12 '22 08:10

Brad Wheel


You might find this application useful:

http://www.mactracker.ca/

like image 22
koullislp Avatar answered Oct 12 '22 06:10

koullislp