Skip to content

Commit

Permalink
Linux image with 3.x kernel and network tools, copy#23
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Mar 9, 2015
1 parent ab79845 commit e503714
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:**
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ <h4>Quickstart</h4>
- 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">
Expand Down
8 changes: 8 additions & 0 deletions src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@
},
name: "Linux",
},
{
id: "linux3",
cdrom: {
"url": "images/linux3.iso",
"size": 10000384,
},
name: "Linux",
},
{
id: "kolibrios",
fda: {
Expand Down

0 comments on commit e503714

Please sign in to comment.