| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
The key is not totally ineffective, however. When it is pressed, nothing is stored in the keyboard buffer, but a BIOS function is called. The default handler of that function does nothing and simply returns. Programs can use SysRq simply by creating an interrupt handler to replace the default stub function, but most programs have no need to do that. Sometimes software has the potential to completely lock up the system. When this happens, a BIOS interrupt is the only input that can be generated. The SysRq BIOS interrupt handler can be configured as a form of "panic button" to gracefully terminate the program or reboot the system.
In Linux systems, provided the kernel has been compiled with the correct option, the key can be used to perform a variety of functions in an emergency, such as syncing disks , killing processes and turning off the computer.
See also scroll lock, break key.
Computer keys