You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/issue.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Welcome to v86's issue tracker!
12
12
13
13
We use this tracker for bug reports or feature requests. For user support, questions or general comments, use the chat at https://gitter.im/copy/v86 or the forum at https://github.com/copy/v86/discussions
14
14
15
-
Please don't ask for support for any version of Windows. There are many existing issues at https://github.com/copy/v86/issues?q=is%253Aissue+windows. See also docs/windows-xp.md.
15
+
Please don't ask for support for any version of Windows. There are many existing issues at https://github.com/copy/v86/issues?q=is%253Aissue+windows. See also docs/windows-nt.md and docs/windows-9x.md.
16
16
17
17
Before reporting OS incompatibilities, check existing issues and the compatibility section of the readme.
Here's an overview of the operating systems supported in v86:
74
75
75
76
- Linux works pretty well. 64-bit kernels are not supported.
76
-
- Damn Small Linux (2.4.31 kernel) works.
77
-
- Fedora 30 works.
78
-
- All tested versions of TinyCore work.
79
77
-[Buildroot](https://buildroot.uclibc.org) can be used to build a minimal image.
80
78
[humphd/browser-vm](https://github.com/humphd/browser-vm) and
81
79
[darin755/browser-buildroot](https://github.com/Darin755/browser-buildroot) have some useful scripts for building one.
82
80
-[SkiffOS](https://github.com/skiffos/SkiffOS/tree/master/configs/browser/v86) (based on Buildroot) can cross-compile a custom image.
83
-
- Arch Linux 32 works. See [archlinux.md](docs/archlinux.md) for building an image.
84
-
- Debian works.
85
-
- Ubuntu works up to the latest version that supported i386 (16.04 LTS or 18.04 LTS for some variants).
81
+
- Ubuntu and other Debian derivatives works up to the latest version that supported i386 (16.04 LTS or 18.04 LTS for some variants).
86
82
- Alpine Linux works. An image can be built from a Dockerfile, see [tools/docker/alpine/](tools/docker/alpine/).
87
-
- Slackware works.
88
-
- Void Linux works.
83
+
- Arch Linux 32 works. See [archlinux.md](docs/archlinux.md) for building an image.
89
84
- ReactOS works.
90
85
- FreeDOS, Windows 1.01 and MS-DOS run very well.
91
86
- KolibriOS works.
@@ -94,8 +89,9 @@ Here's an overview of the operating systems supported in v86:
94
89
- Windows 1, 3.x, 95, 98, ME, NT and 2000 work reasonably well.
95
90
- In Windows 2000 and higher the PC type has to be changed from ACPI PC to Standard PC
96
91
- There are some known boot issues ([#250](https://github.com/copy/v86/issues/250), [#433](https://github.com/copy/v86/issues/433), [#507](https://github.com/copy/v86/issues/507), [#555](https://github.com/copy/v86/issues/555), [#620](https://github.com/copy/v86/issues/620), [#645](https://github.com/copy/v86/issues/645))
92
+
- See [Windows 9x guest setup](docs/windows-9x.md)
97
93
- Windows XP, Vista and 8 work under certain conditions (see [#86](https://github.com/copy/v86/issues/86), [#208](https://github.com/copy/v86/issues/208))
98
-
- See [Windows 2000/XP guest setup](docs/windows-xp.md)
94
+
- See [Windows NT guest setup](docs/windows-nt.md)
99
95
- Many hobby operating systems work.
100
96
- 9front works.
101
97
- Plan 9 doesn't work.
@@ -166,6 +162,8 @@ See [tests/Readme.md](tests/Readme.md) for more information.
166
162
-[Programatically using the serial terminal](examples/serial.html)
167
163
-[A Lua interpreter](examples/lua.html)
168
164
-[Two instances in one window](examples/two_instances.html)
165
+
-[Networking between browser windows/tabs using the Broadcast Channel API](examples/broadcast-network.html)
Copy file name to clipboardExpand all lines: docs/archlinux.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Installing the ISO by hand takes a long time if you intend to recreate the image
41
41
42
42
### Creating a packer template
43
43
44
-
[Packer](https://www.packer.io/docs/builders/qemu.html) is a tool that lets you boot an ISO in any of multiple emulators (so QEMU in our case) and send pre-scripted keystrokes to bootstrap and SSH server. Once the SSH connection is established a script can be started for further provisioning.
44
+
[Packer](https://www.packer.io/docs/builders/qemu.html) is a tool that lets you boot an ISO in any of multiple emulators (so QEMU in our case) and send pre-scripted keystrokes to bootstrap an SSH server. Once the SSH connection is established a script can be started for further provisioning.
45
45
46
46
Create a template for automating the base installation:
0 commit comments