Skip to content

Commit 3f96c36

Browse files
updated libv86
1 parent 8014f22 commit 3f96c36

File tree

3 files changed

+518
-582
lines changed

3 files changed

+518
-582
lines changed

com/isoterminal/ISOTerminal.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,14 @@ ISOTerminal.prototype.start = function(opts){
138138
},
139139
cmdline: "rw root=host9p rootfstype=9p rootflags=trans=virtio,cache=loose modules=virtio_pci tsc=reliable init_on_freg|=on vga=ask", //vga=0x122",
140140
net_device:{
141-
relay_url:"fetch", // or websocket proxy "wss://relay.widgetry.org/",
142-
type:"virtio"
141+
//type:"ne2k",
142+
//relay_url:"fetch"
143+
relay_url:"wss://relay.widgetry.org/"
144+
145+
//local_http: true,
146+
//type:"virtio",
147+
//relay_url:"fetch",
148+
//cors_proxy: "https://corsproxy.io/"
143149
},
144150
//bzimage_initrd_from_filesystem: true,
145151
//filesystem: {

0 commit comments

Comments
 (0)