lol i originally read it as 900mhz with 384mb...
i was like "thats nothing special!!!"
but WOW. i want that!. hope is has a GDDR54^3 GPU and DDR89 at 4THz!
Lol well what you oriaginally read were my real spacs
Its easy to change once of the strings files in the loginwindow app so instead of "MB" it says "TB" and so on... In fact, as I am bored with nothing else to do, lets write a tutorial!
Go to System/Library/CoreServices and right click on loginwindow and click "Show Package Contants" then click "English.lproj" then "AboutThisMac.strings" (I think you have to have XCode installed for it to open).
Now, heres the slightly tricky part, make a backup of that file anywhere then open the original (the one inside the loginwindow app), and go down to the bottom, I am gonna change the memory, just as a example, so find this bit:
/* in the final UI with a description of the memory (e.g. "256 MB") */
//"ABOUT_BOX_MEMORY_FIELD_FORMAT" = "Memory: %@";
"ABOUT_BOX_MEMORY_FIELD_FORMAT" = "%@%@";
Then change it to this:
/* in the final UI with a description of the memory (e.g. "256 MB") */
//"ABOUT_BOX_MEMORY_FIELD_FORMAT" = "Memory: %@";
"ABOUT_BOX_MEMORY_FIELD_FORMAT" = "TB";
Now, save the changes and exit, then next time you bring up the About This Mac window, it will say your RAM in TB instead of MB or GB. If you look around that file, you should be able to work out how to change other things, go on, have a go, nothing you can do in that file will change anything outside of the About This Mac box, and if you end up messing it up you always have the bakup.