#!/bin/sh # Start QEMU for the Slackware Show 2008 # First line: run the installed system: #vdeqemu -kernel-kqemu -net nic,vlan=0,macaddr=ee:ee:ee:ee:ee:ee -net vde,vlan=0 -m 256 -hda TEST.img acpi=force & # Second line: used for installation in the Virtual Machine: vdeqemu -kernel-kqemu -net nic,vlan=0,macaddr=ee:ee:ee:ee:ee:ee -net vde,vlan=0 -m 256 -kernel /mnt/hd/slackware-current/kernels/hugesmp.s/bzImage -initrd /mnt/hd/slackware-current/isolinux/initrd.img -hda TEST.img -append "initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=hugesmp.s kbd=nl nic=ne2k-pci:eth0:dhcp" acpi=force &