Re: PATCH: magic sysrq for serial console

root (Thomas.Speck@univ-rennes1.fr)
Wed, 25 Aug 1999 22:51:22 +0200 (CEST)


Hi !

>Nice, this should be *very* useful to us. Here's an additional patch
>that adds support for redisplaying the last 1k of the message ring
>buffer and for faking a Ctrl-Atl-Delete. Feel free to add this to the
>patch that you're distributing :-).

Yes definitely.
But let me comment please that there is some 'kmsgdump' patch for 2.2.10
that uses the 'd' symbol for dumping kernel messages to floppy. So, could
you maybe use something else, please ?

>+ case 'd': /* D --
>emulate Ctrl-Alt-Del */
>+ printk("Faking ctrl-alt-del\n");
>+ ctrl_alt_del();
>+ orig_log_level = 8;
>+ break;

Thank you

--
Thomas

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/