Replies: 1 comment
-
<!-- run `make build/xterm.js` then -->
<script src="build/xterm.js"></script>
<link rel="stylesheet" href="build/xterm.css">
<!-- or from CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/xterm.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/xterm.min.css">
<div id="com1"></div>
serial_container_xtermjs: document.getElementById("com1"), Footnotes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I've been messing with v86 and focusing on using Buildroot. I see that the example version on https://copy.sh/v86/?profile=buildroot has a second interface below the captured text interface -- that is all text and is labeled "This is the serial console. Whatever you type or paste here will be sent to COM1"
Can someone help me understand how to activate that? I have successfully instantiated v86, and built my own buildroot.iso (per humphd's browser-vm. I have that working reasonably well. I've messed a bit with some of the buildroot features in the makemenuconfig settings - so I get it the way I want it -- with my code in the VM. I'm wondering if I've simply missed turning on a feature -- because I basically just run it pretty bare-bones.
I was wondering if it was that, or if I had to do something in the inittab maybe -- but I wasn't sure whether just running another tty would be sufficient or if I was missing something else.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions