> In the archive I found some people adressing the problem of upgrading > the kernel, if someone has more documentation on that I would be > pleased. There are almost no issues. Just make sure it supports ramdisks, floppy disks, and the minix filesystem, and basically any kernel of any version will work just fine just by running unpack.s, replacing 1/zImage, and then running buildit.s > My main problem though is that when in stead of dd'ing the > 'tomsrtbt.raw' to /dev/fd0u1722 (?) I direct it to /dev/hdc1 (linux > partition on the flash card) that the boot sector loader is unable to > find the kernel. Can someone help me out with that? The kernel ramdisk driver rd.c will not load the ramdisk from a floppy, anyway. I have a patch for that but have not applied it. For putting tomsrtbt onto a flash, of course you will have to change all the parameters in settings.s and run buildit.s, you cannot, of course, just put tomsrtbt.raw there, since it has a configured lilo and root filesystem. But even once you do that, you must patch your kernel rd.c file if you want it to work. -Tom
