Linux image with 3.x kernel and network tools, #23

This commit is contained in:
copy 2015-03-09 01:19:59 +01:00
parent ab79845f2a
commit e503714525
4 changed files with 15 additions and 3 deletions

View file

@ -3,6 +3,7 @@ Demos
-
- [Linux](http://copy.sh/v86/?profile=linux26)
- [Linux 3](http://copy.sh/v86/?profile=linux3)
- [KolibriOS](http://copy.sh/v86/?profile=kolibrios)
- [FreeDOS](http://copy.sh/v86/?profile=freedos)
- [Windows 1.01](http://copy.sh/v86/?profile=windows1)
@ -80,7 +81,7 @@ How to build, run and embed?
- If you want only want to embed v86 on website you can use libv86.js. For
usage, check out the [API](docs/api.md) and [examples](docs/samples/).
- A couple of disk images are provided for testing. You can check them out
using `wget -P images/ http://copy.sh/v86/images/{linux.iso,kolibri.img,windows101.img,os8.dsk,freedos722.img,openbsd.img}`.
using `wget -P images/ http://copy.sh/v86/images/{linux.iso,linux3.iso,kolibri.img,windows101.img,os8.dsk,freedos722.img,openbsd.img}`.
**Summary:**
@ -92,7 +93,7 @@ git clone https://github.com/copy/v86.git
cd v86
# grab the disk images
wget -P images/ http://copy.sh/v86/images/{linux.iso,kolibri.img,windows101.img,os8.dsk,freedos722.img,openbsd.img}
wget -P images/ http://copy.sh/v86/images/{linux.iso,linux3.iso,kolibri.img,windows101.img,os8.dsk,freedos722.img,openbsd.img}
# grab closure compiler
wget -P closure-compiler http://dl.google.com/closure-compiler/compiler-latest.zip

View file

@ -10,9 +10,10 @@
<div>
<div id="boot_options">
<h4>Debugger</h4>
<input type="button" value="Arch Linux" id="start_archlinux">
<input type="button" value="Arch Linux" id="start_archlinux2">
<input type="button" value="KolibriOS" id="start_kolibrios">
<input type="button" value="Linux 2.6" id="start_linux26">
<input type="button" value="Linux 3.18" id="start_linux3">
<input type="button" value="Windows 1.01" id="start_windows1">
<input type="button" value="FreeDOS" id="start_freedos">
<input type="button" value="OpenBSD" id="start_openbsd">

View file

@ -16,6 +16,8 @@
- Graphical OS, takes about 60 seconds to boot<br>
<input type="button" value="Linux 2.6 (5.4 MB)" id="start_linux26">
- With busybox, lua interpreter and test cases, takes about 20 seconds to boot<br>
<input type="button" value="Linux 3.18 (7.4 MB)" id="start_linux3">
- With internet access, udhcpcd, wget and links takes about 60 seconds to boot<br>
<input type="button" value="Windows 1.01 (1.4 MB)" id="start_windows1">
- Takes 1 second to boot<br>
<input type="button" value="FreeDOS (0.7 MB)" id="start_freedos">

View file

@ -248,6 +248,14 @@
},
name: "Linux",
},
{
id: "linux3",
cdrom: {
"url": "images/linux3.iso",
"size": 10000384,
},
name: "Linux",
},
{
id: "kolibrios",
fda: {