Hi, this this the source repository fro http://linuxconsole.org project. To build LinuxConsole, you can run build_linuxconsole.sh then: * cd /usr/src/LinuxConsole * make initrd * make iso * make test (try the ISO with Qemu) You must also know other things : - For the moment, LinuxConsole can only build from LinuxConsole, but any help is welcome to patch building script for other distros (debia,fedora,ubuntu,mandriva,suse, ...) - To build it, you will need an empty 4Gb disk (you can also build it in a virtual system like vmware,qemu or virtualbox) and the 'multimedia ISO' (an internet connection will be also needed for downloads) - What is build : * The initrd (with busybox, some scripts and some kernel drivers) * The kernel (change kernel release in config.ini if you want) * root.tar and etc.tar (used after the initrd is started) * the 'core' module * Then other modules Have fun ! Yann.