this post was submitted on 17 Mar 2024
88 points (95.8% liked)

Apple

17136 readers
3 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

I think the Apple silicon devices are going to have a pretty locked boot loader

Couldn't be further from the truth. The OS is heavily locked down to prevent malware from modifying the kernel / boot process, however bypassing it is as simple as holding down the power button until you see an options screen (equivalent to BIOS on a PC) and one of the options is a tool to adjust boot security including the option to boot into an arbitrary third party kernel. As long as it's compiled for ARM64 (which is a decades old industry standard CPU architecture) it will boot.

The only real headaches are around drivers. For example Mac laptop trackpads don't have any buttons at all. Instead the trackpad is pressure sensitive and the software should detect pressure that looks like a press action, treat that as a click, and send haptic feedback (vibrating the trackpad). None of that is standard stuff and if you want a Mac laptop to work at all... you need to figure it out yourself.