> 1 - How do I get the kernel from the floppy to put onto tomsrtbt (if possible)
I am not totally sure what you mean by this, can you explain?
> 2 - If I can't get it from a floppy I can do a make bzImage but what files
> are needed from the kernel other then bzImage and will tomsrtbt recognize
> the bzImage or does it have to be a zImage.
After unpacking tomsrtbt, you can replace the file
1/zImage
with your own kernel, a bzImage should be fine but still call it zImage
unless you want to fix buildit.s, it must support ramdisks and the minix
filesystem but otherwise any kernel will do, I routinely slap a 2.2.x
kernel on with no problems. Then run buildit.s and install.s to finish.
-Tom