Welcome to The Fiwix Project
Downloads
In the images below you'll find a semi-functional kernel that allows the interaction with some basic GNU tools. Due to lack of space (1.44MB) I also 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. It comes with a README file with the instructions about how to work with it.
Another way to test this kernel is burning one of the live CDROM images you can download from here.
| Version | Date | Description | Filename | Size |
|---|---|---|---|---|
| 0.7.0 | 09-Dec-2011 | 1.44MB Boot Floppy Image | fiwix-0.7.0.img.gz | 571KiB |
| 0.7.0 | 09-Dec-2011 | ISO9660 Live CDROM | fiwix-livecd-0.7.0.iso.gz | 20MiB |
| 0.7.0 | 09-Dec-2011 | ISO9660 Mini Live CDROM | fiwix-mini-livecd-0.7.0.iso.gz | 995KiB |
| 0.6 | 20-Feb-2009 | 60MB Hard Disk Image | fiwix60mb.img.gz | 22MiB |
| 20-Feb-2009 | README text file | README | 2KiB |
SHA1 checksum
82684ef5f29de92eff737df55a5f5bda2865763b fiwix-0.7.0.img.gz
9aab136fa073cb67f6be32c4aeb0f6ae55ccab05 fiwix-livecd-0.7.0.iso.gz
adb3cb7891c78e1c94a598aa6c03e5945d29f40d fiwix-mini-livecd-0.7.0.iso.gz
989f3a41bfbbfc523e8023bd4946ddbd86f38b5b fiwix60mb.img.gz
Uncompress first the floppy image using the gzip -d command, and then start testing it in several different ways:
- Using a floppy disk:
# dd if=fiwix-0.7.0.img of=/dev/fd0 bs=1k count=1440 - Using QEMU emulator:
# qemu -fda fiwix-0.7.0.img -boot a - 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 parameterroot=/dev/fd0byroot=/dev/hda1in the GRUB menu.# qemu -fda fiwix-0.7.0.img -hda fiwix60mb.img -boot a
NOTE: Login as user root and password root.


