Ask HN: Why hasn't x86 caught up with Apple M series?
450 points by stephenheron 7d ago 620 comments
Ask HN: Did Developers Undermine Their Own Profession?
8 points by rayanboulares 17h ago 16 comments
Raspberry Pi 5 support (OpenBSD)
80 brynet 10 9/1/2025, 9:03:51 PM marc.info ↗
Yup, a different BCM2712 chip
Pretty excited about Pi 5 support!
1. Last I tried about 9mo. ago on a Pi 4, you still need 3rd party firmware to make use of >3gb RAM. Unfortunately, I couldn't get that to work.
2. Even though the full image has the complete software set, the installer can't see it; you have to either use the network (I have a datacap, it's a pain point with FOSS sometimes), or load another drive with the sets.
- Latest firmware installed (much easier to upgrade them from Linux)
- UEFI.
Wait what? How is this the OS's sole role?
What is the mcu the rpi5 has onboard even for?
Embedded Design.
A PWM driver (or a hardware timer) will handle the nanosecond-to-nanosecond wait states and counts, but the OS has to still setup the hardware timer to send the right PWM wave down to the system.
Besides, the OS should have some degree of custom fan controls for any modern computer, embedded or not. My PC can control all of my fans for example.