> Date: Sun, 07 Jun 2026 17:31:30 +0200 > From: "Kirill A. Korinsky" <[email protected]> > > bugs@, > > when I tried to install OpenBSD/armv7 into qemu it hits panic.
The panic isn't the problem. That just happens because of an alignment fault that happens: > Fatal kernel mode data abort: 'Alignment fault' > trapframe: 0xd11a3e40 > DFSR=00000001, DFAR=c8366822, spsr=60000113 > r0 =d11a3eb8, r1 =c8366822, r2 =00000000, r3 =c8366822 > r4 =c8347700, r5 =d11a3eb8, r6 =0000003a, r7 =00000086 > r8 =c836681a, r9 =d11a3f48, r10=c059d428, r11=d11a3e98 > r12=d11a3ec0, ssp=d11a3e90, slr=c043323c, pc =c0426d40 The pc or slr address there might give you a clue where this happens.
