summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorroot <root@europa5.lan>2009-03-21 11:49:00 +0100
committerroot <root@europa5.lan>2009-03-21 11:49:00 +0100
commit3a467eff5e435b5709d48f9d6cb48859925be5b8 (patch)
treed595bf80ef1f60eba722c8862634051f881dc911 /README
downloadminilinux-3a467eff5e435b5709d48f9d6cb48859925be5b8.tar.gz
minilinux-3a467eff5e435b5709d48f9d6cb48859925be5b8.tar.bz2
checked in initial version
Diffstat (limited to 'README')
-rw-r--r--README50
1 files changed, 50 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3458e3e
--- /dev/null
+++ b/README
@@ -0,0 +1,50 @@
+qemu
+----
+
+Why not VirtualBox, VMWare, Vex? Because:
+- it's really free
+- is fully batchable (Unix-philosophy, no GUI-nightmares)
+- it's really fast
+- the disk image format is quite open, so it should be able
+ to convert it into many other formats
+
+kernel
+------
+
+make allnoconfig
+
+select just hardware which is available in the QEMU emulation
+
+busybox
+-------
+
+make allnoconfig
+
+select just what's needed for booting and running a simple application
+
+GPM
+---
+
+so that copy-paste from/to the minilinux work
+
+miniperl
+--------
+
+Just as a demo of an application running on this minimal Linux.
+
+How to run it?
+--------------
+
+export SDL_VIDEO_X11_DGAMOUSE=0 (if the console mouse doesn't work)
+
+qemu -hda appliance.img
+
+or
+
+Visualbox (create a new machine using an "existing" virtual harddisk,
+appliance.vdi)
+
+or
+
+VMWare: start the player, workstation with the appliance.vmx virtual
+machine description