基于浏览器的Linux
|
easier customization possible (see jslinux.js file). May 20, 2011: added support for more browsers including Opera 11.11 and Internet Explorer 9 reduced VM RAM size from 32 MB to 16 MB Source code release of the Linux starter utility. May 18, 2011: added a clipboard to exchange data between the VM and the host added FAQ and News pages fixed monospace font for some browsers. May 17, 2011: fixed binary XHR for Firefox nightly builds fixed terminal height for the less command fixed ampersand output in the terminal. May 16, 2011: Initial realease. Javascript PC Emulator - FAQ 更多精彩内容:http://www.bianceng.cn/OS/Linux/ Which browser should I use to try the PC emulator ?The following browsers are officially supported: Firefox >= 4 Chrome 11 Opera 11.11 Internet Explorer 9 For optimal performance, your browser should support the W3C Typed Arrays. Firefox 4.x and Chrome 11 have such support. The current version of Chrome 12 beta is reported to have a bug preventing to run the emulator. What is the expected boot time of Linux with the emulator ?Here are some figures:
How can I scroll back in the terminal ?Use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and Ctrl-PageDown. How can I copy data to the Virtual Machine ?Copy your file content to the OS clipboard using your favorite text editor. Paste the data to the JS/Linux clipboard using the mouse (it is the text area on the right of the VM terminal). In the VM Linux shell do: cat < /dev/clipboard > /tmp/myfile Your text file is now copied to /tmp/myfile. To copy binary data, you can uuencode it on the PC using (assuming you use Linux): uuencode myfile myfile > myfile.txt Then you copy myfile.txt to the Linux VM and uudecode it by doing: uudecode < /dev/clipboard (编辑:佛山站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |


