- Jan 06, 2014
-
-
Nadav Har'El authored
Add on the top of README.md a short introduction to what OSv is. If someone gets to our github page, https://github.com/cloudius-systems/osv , and scrolls down, it's strange that we only explain how to build OSv, without first mentioning what it is. Fixes #148 Signed-off-by:
Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Dec 30, 2013
-
-
Nadav Har'El authored
OSv can only be built on a 64-bit Linux distribution - otherwise the compiler will not (by default, at least) generate 64-bit code, and we won't be able to run the 64-guest needed for building the ZFS filesystem. Make this requirement explicit in README.md. Signed-off-by:
Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Dec 23, 2013
-
-
Nadav Har'El authored
We were missing the prerequisite qemu-img (needed for qemu-nbd, used during our build) and of course qemu-system-x86 (we run the guest as part of the build, to have it write files into the ZFS image). Signed-off-by:
Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Dec 10, 2013
-
-
Juan Antonio Osorio authored
Signed-off-by:
Juan Antonio Osorio Robles <jaosorior@gmail.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Nov 26, 2013
-
-
Nadav Har'El authored
The "debugging" section of README.md was misleading - it suggested one needs to build with "mode=debug" to debug (usually, you don't), or that disabling preemption was a good idea for debugging. Change this to drop the preempt=0 suggestion, and make mode=debug an option, not a recommendation. Also link to our "Debugging OSv" wiki page, which is much more informative - and includes very important information still missing in the README (such as a line one needs to add to ~/.gdbinit, and how to handle multiple vcpus). Signed-off-by:
Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Nov 22, 2013
-
-
ufokaradagli@gmail.com authored
Fixed a couple of spelling mistakes in README.md Signed-off-by:
Omer Karadagli <ufokaradagli@gmail.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Nov 11, 2013
-
-
dleifker@gmail.com authored
The -j must have been included by mistake, otherwise make uses unlimited jobs. Signed-off-by:
David Leifker <dlei...@gmail.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
Dmitry Fleytman authored
Default image format stays QCOW2 as before. May be changed via img_format variable: make img_fomat=raw all This option is required by release-ec2 script as EC2 does not support QCOW2. Also will be useful for other hypervisors like VMWARE. Signed-off-by:
Dmitry Fleytman <dmitry@daynix.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-
- Nov 03, 2013
-
-
Pekka Enberg authored
Switch to Markdown syntax in README. I did the minimal amount of changes to make the rendering on Github look sane. We can prettify it even more later. Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
-