ac-native: enable KMS for direct-boot SDL3, log SDL3 to ac_log
- Remove `nomodeset` from kernel cmdline so i915 KMS works when
booting the kernel directly as BOOTX64.EFI (no systemd-boot).
This was preventing SDL3 KMSDRM backend from initializing.
- Change loglevel=7 to loglevel=3 quiet for clean direct-boot.
- Route all SDL3 init/probe messages through ac_log() instead of
fprintf(stderr) so they persist in /mnt/ac-native.log.
- Fix MAC partition sizing in flash-helper (STAGE_MB*2+128) to
fit both boot.efi and BOOTX64.EFI copies of the kernel.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>