I have yet to read anywhere about a crossover cable. Even if so, the rules would apply to all machines. And still windows/linux did not fall on day 2 like OSX did.
There are apps set to run on startup on OSX. Though viruses get launched by the user running them. Then once installed they can startup automatically but they need the user to first install them.
It's possible to get your secured OSX admin password. It is on your system. Even "secured" it's easy to grab. I think it was num nums who earlier said how to get it.
As far as ASLR how does linux do it better than windows? We know that it's not in leopard and SL only has a partial implementation of it. How is linux better?
Already installed software running at startup is different than software being autorun as soon as it accesses the system if the executable is set up to do so. I will admit that I was unaware that autorun exploit had been fixed in Windows 7.
But, Windows still only requires a single authorization to give software root access and this authorization is mandatory at software install. A hole in a piece of software on windows is a hole in the system because or this type of authorization system.
OSX nearly all of the software does not have root rights and software is only given those rights for a short time when authorized. Very few apps on OSX have chronic root access and those that do usually only have those rights for a limited part of the program.
Getting the admin password out of a mac requires already knowing the password, direct access to the computer, or (edited out my misinformation).
ASLR is better in linux because of all the other security features of the system such being UNIX based. These security features are the same or similar as OSX. They actually came from BSD then ported to Linux and implemented in OSX's BSD foundation.