[Tux3] Tux3 kernel port, latest snapshot
Daniel Phillips
phillips at phunq.net
Fri Sep 19 04:46:38 PDT 2008
Compile, build and run instructions:
cd your/2.6.25.5/source
patch <where/you/saved/it/tux3-2.6.25.5 -p1
make defconfig && make && sudo make install
<add boot option to your boot loader config>
<reboot>
When booted:
cat /proc/filesystems
You should see tux3 in the list. Now:
dd if=/dev/zero of=fakedev bs=1k count=1
sudo mount -ttux3 -oloop fakedev /mnt
You will see some hex output, all zeros because that is what fakedev
contains. And tux3 will be mounted. You can make files in it and so
on. But those files will disappear when you unmount:
sudo umount /mnt
This code is highly unlikely to destroy your computer, but never
forget: you got it from the internet. There is no warrantee.
Regards,
Daniel
_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://tux3.org/cgi-bin/mailman/listinfo/tux3
More information about the Tux3
mailing list