Downloads
In the GNU/Fiwix floppy image you will find a semi-functional kernel that allows the interaction with some basic UNIX/Linux tools. Due to lack of space (1.44MB) I use the BusyBox utility. This little program comes with only one binary which have a lot of basic UNIX/Linux commands.
For all the people who wants a better environment to play and to experiment with this kernel, I have prepared a live-filesystem of about 60MB. Inside there is a README file with the instructions about how to work with it.
Uncompress first the floppy image using the gzip -d command, and then you can test it in several different ways:
- Real floppy disk:
# dd if=fiwix-0.4.0.img of=/dev/fd0 bs=1k count=1440
- Using QEMU emulator:
# qemu -fda fiwix-0.4.0.img -boot a -m 8
- Using QEMU emulator with the 60MB hard disk image:
If you want to use the hard disk image as the root filesystem, you'll have to change the kernel paramater root=/dev/fd0 by root=/dev/hda1 in the GRUB menu.
# qemu -fda fiwix-0.4.0.img -hda fiwix60mb.img -boot a -m 32
NOTE: To login the user must be root and password root.
|