I'm not sure what this means. I can download the listed files, but how are they installed?
Currently I qemu setup to boot:
qemu-system-x86_64 -M pc -hda /home/bwinfrey/qemu/cosd.disk -m 128 -cdrom /home/bwinfrey/Downloads/tinycore_3.3.iso -hdb /home/bwinfrey/qemu/swap.disk -net nic,vlan=1 -net user,vlan=1,hostname=emu -kernel /home/bwinfrey/Downloads/edit/boot/bzImage -initrd /home/bwinfrey/Downloads/edit/boot/microcore.gz
where bzImage and microcore.gz are the 64-bit versions.
Boots up fine and identifies as X86_64.
I want to use the hda image (already setup as ext4) as boot drive, and hdb image as swap.