diff options
author | Vijay Kumar <vijay.ac.kumar@oracle.com> | 2017-02-01 22:34:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-23 19:27:25 +0300 |
commit | 4cfe140618b99e653134598de9f18b48743549ec (patch) | |
tree | 9637fa692398887c369983b5fba391b3c83c199a /Documentation/sparc | |
parent | 7db60d05e5ccc0a473fa2275f90f2fca0002ab21 (diff) | |
download | linux-4cfe140618b99e653134598de9f18b48743549ec.tar.xz |
Documentation/sparc: Steps for sending break on sunhv console
Documented the steps for sending break on sunhv console.
Signed-off-by: Vijay Kumar <vijay.ac.kumar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/sparc')
-rw-r--r-- | Documentation/sparc/console.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/sparc/console.txt b/Documentation/sparc/console.txt new file mode 100644 index 000000000000..5aa735a44e02 --- /dev/null +++ b/Documentation/sparc/console.txt @@ -0,0 +1,9 @@ +Steps for sending 'break' on sunhv console: +=========================================== + +On Baremetal: + 1. press Esc + 'B' + +On LDOM: + 1. press Ctrl + ']' + 2. telnet> send break |