Hi Michael, On Sun, May 19, 2024 at 9:37 AM Michael Schmitz <schmitzmic@xxxxxxxxx> wrote:
On a serial console, SysRq is BREAK:
s/serial console/virtual console/ Amiga keyboards do not have a SysRq key. We used to implement it using SHIFT+ALTGR+HELP in the old drivers/char/amikeyb.c, but that feature was lost with the transition to drivers/input/keyboard/amikbd.c. For enabling it, you can s/KEY_HELP/KEY_SYRQ/ in drivers/input/keyboard/amikbd.c.
On the serial console (PC style standard serial ports only)
drivers/tty/amiserial.c does support break, so that should work, too. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds