From 3a467eff5e435b5709d48f9d6cb48859925be5b8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 21 Mar 2009 11:49:00 +0100 Subject: checked in initial version --- README | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.3-54-g00ecf