[git commit] live_bbox: make clipboard work, add short explanation how to use it

Denys Vlasenko vda.linux at googlemail.com
Mon Mar 5 12:45:29 UTC 2012


commit: http://git.busybox.net/busybox-website/commit/?id=16b25789d234915be8a174176996ee70fda3ed89
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 live_bbox/hda000000000.bin |  Bin 65536 -> 65536 bytes
 live_bbox/hda000000001.bin |  Bin 65536 -> 65536 bytes
 live_bbox/hda000000002.bin |  Bin 65536 -> 65536 bytes
 live_bbox/hda000000015.bin |  Bin 65536 -> 65536 bytes
 live_bbox/hda000000016.bin |  Bin 65536 -> 65536 bytes
 live_bbox/hda000000024.bin |  Bin 65536 -> 65536 bytes
 live_bbox/hda000000032.bin |  Bin 65536 -> 65536 bytes
 live_bbox/live_bbox.html   |   12 +++++-------
 8 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/live_bbox/hda000000000.bin b/live_bbox/hda000000000.bin
index a3524f1..17deba0 100644
Binary files a/live_bbox/hda000000000.bin and b/live_bbox/hda000000000.bin differ
diff --git a/live_bbox/hda000000001.bin b/live_bbox/hda000000001.bin
index bf366f5..6f10602 100644
Binary files a/live_bbox/hda000000001.bin and b/live_bbox/hda000000001.bin differ
diff --git a/live_bbox/hda000000002.bin b/live_bbox/hda000000002.bin
index 4b90223..5481c6c 100644
Binary files a/live_bbox/hda000000002.bin and b/live_bbox/hda000000002.bin differ
diff --git a/live_bbox/hda000000015.bin b/live_bbox/hda000000015.bin
index 0a17cc5..d97785b 100644
Binary files a/live_bbox/hda000000015.bin and b/live_bbox/hda000000015.bin differ
diff --git a/live_bbox/hda000000016.bin b/live_bbox/hda000000016.bin
index c97c12f..95febef 100644
Binary files a/live_bbox/hda000000016.bin and b/live_bbox/hda000000016.bin differ
diff --git a/live_bbox/hda000000024.bin b/live_bbox/hda000000024.bin
index c97c12f..9982b72 100644
Binary files a/live_bbox/hda000000024.bin and b/live_bbox/hda000000024.bin differ
diff --git a/live_bbox/hda000000032.bin b/live_bbox/hda000000032.bin
index c97c12f..57f4dd3 100644
Binary files a/live_bbox/hda000000032.bin and b/live_bbox/hda000000032.bin differ
diff --git a/live_bbox/live_bbox.html b/live_bbox/live_bbox.html
index acc80c4..6e865ca 100644
--- a/live_bbox/live_bbox.html
+++ b/live_bbox/live_bbox.html
@@ -26,22 +26,20 @@
 </style>
 </head>
 <body onload="start()">
-<table border="0">
-<tr valign="top"><td>
 <script type="text/javascript" src="utils.js"></script>
 <script type="text/javascript" src="term.js"></script>
 <script type="text/javascript" src="cpux86.js"></script>
-
 <script type="text/javascript" src="jslinux.js"></script>
-<div>
 Javascript PC Emulator is © 2011 Fabrice Bellard.<br>
 Used with author's permission.<br>
 The original code (and possibly newer version) is available at <a href="http://bellard.org/jslinux/">http://bellard.org/jslinux/</a>.<br>
 The source of GPLed components is available <a href="linuxstart-20120111.tar.gz">here</a>.<br>
 The BusyBox was built with <a href=".config">this config</a> from commit e8cfc3f693e8a0cbfc489564c76e00c074f63066.<br>
 Use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and Ctrl-PageDown for scroll back.<br>
-</div>
-<td><input type="button" value="Clear clipboard" onclick="clear_clipboard();"><br><textarea row="4" cols="16" id="text_clipboard"></textarea>
-</table>
+Use "cat /dev/clipboard" and "echo Hello world >/dev/clipboard" to read from/write to clipboard.<br>
+Binary data transfer to VM:<br>
+"uuencode BINFILE BINFILE", paste result into clipboard, "uudecode /dev/clipboard -o/tmp/BINFILE" in VM.<br>
+<input type="button" value="Clear clipboard" onclick="clear_clipboard();"><br>
+<textarea row="4" cols="80" id="text_clipboard"></textarea>
 </body>
 </html>


More information about the busybox-cvs mailing list