Remix.run Logo
geor9e 5 days ago

"The intention is to compile this driver as an out-of-tree kernel module, without needing to copy it into the kernel source tree. That's why there's just a simple Makefile, and no other affordances for kernel inclusion. I can't really imagine any further need to build this driver into the kernel itself.

The last version of the driver that was included in the kernel, right up until it was removed, was version 3.04.

BUT, the author continued to develop the driver independently of kernel releases. In fact, the last known version of the driver was 4.04a, in 2000.

My goal is to continue maintaining this driver for modern kernel versions, 25 years after the last official release." - https://github.com/dbrant/ftape

fock 5 days ago | parent [-]

and there have been continous ports since then: https://github.com/Godzil/ftape/tree/master - note the caveats which apparently all disappeared here...

kelnos 5 days ago | parent | next [-]

Looks like that hasn't been updated in 6 years, and only supports the 2.6.x kernel.

I doubt it would have been significantly easier to start the porting effort from that vs. the original 2.4.x source.

fock 5 days ago | parent | prev [-]

and of course this didn't take into account you posted that, because I got directed straight here by AI!