feat: multi-process init — ac-native as child, SDL crash auto-recovery
Init (PID 1) now spawns ac-native as a child process via &/wait.
If ac-native crashes from DRI/Mesa (signal > 128), init automatically
restarts it with AC_NO_SDL=1, falling back to DRM dumb buffers.
Flow: init → spawn ac-native (SDL enabled) → if signal crash →
respawn with AC_NO_SDL=1 (DRM only) → stable boot.
SDL/Mesa/DRI libs restored in initramfs. On hardware with working
GPU drivers, SDL3 GPU acceleration works. On broken DRI, auto-fallback.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>