Hacker News new | ask | show | jobs
by MrArthegor 71 days ago
Macs and PCs are fundamentally different. Their architectures have always been distinct though the Intel Mac era has somewhat blurred the line.

Modern Mac is Macintosh descendants and by contrast PC is IBM PC descendants (their real name is technically PC-clone but because IBM PC don’t exist anymore the clone part have been scrapped).

And with Apple silicon Mac the two is again very different, for example Mac don’t use NVMe, they use just nand (their controller part is integrated in the SoC) and they don’t use UEFI or BIOS, but a combination of Boot ROM, LLB and iBoot

1 comments

Not using NVMe is not a difference. It's not a different architecture. It's just simple circuit/space optimization, and has been done in other platforms as well. The controller, instead of being on the ssd module; it's present onboard the device.