the project's point was to showcase stripping shared libraries of unused symbols to get the per binary density of statically linking across one's entire set of binaries. (useful for saving space on embedded systems) i wouldnt claim that it was unique (I believe Debian did something similar), but was a fun project.
Booting a 486 from floppy with the most up-to-date stable Linux kernel
51–60 of 171 posts
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#52Does anyone else miss having this level of motivation? And that's not an isolation effect on me, I gave up on trying fun things like this for a long long time now.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#53Earlier quoted context omitted.
Recent versions of Debian require a 686. https://www.debian.org/releases/stable/i386/ch02s01.en.html#...
Would it be feasible to just build a Debian image for the i486? Few packages should depend on something newer.
So even if you compiled it with strict -march i486 you'd end up with unsupported instructions. Modern GCC also doesn't like emitting strict i386 or i486 code anymore so you'd be likely to end up with unsupported instructions even without any inline assembly.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#54Earlier quoted context omitted.
Recent versions of Debian require a 686. https://www.debian.org/releases/stable/i386/ch02s01.en.html#...
also, this video features a 486 cpu because linux dropped 386 support a while ago. https://www.zdnet.com/article/good-bye-386-linux-to-drop-sup...
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#55Posts like this showcase how malleable Linux really is without getting overly complicated to follow. Really a nice quick read.
But not nearly as malleable as it could be. Hopefully, true 80386 support can be reintroduced to the kernel in a way that keeps it properly self-contained and easy to support. There are also a few kernel-tinification approaches floating around that could make the kernel smaller and easy to fit in a floppy-using scenario.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#56Earlier quoted context omitted.
also, this video features a 486 cpu because linux dropped 386 support a while ago. https://www.zdnet.com/article/good-bye-386-linux-to-drop-sup...
I was always under the impression that Linux 386 simply meant 32 bit support. So, no 386 support would mean no 32 bit support rather than the 386 specifically.
They dropped 386 support, but a 486 still works.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#57Does anyone else miss having this level of motivation? And that's not an isolation effect on me, I gave up on trying fun things like this for a long long time now.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#58Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#59Earlier quoted context omitted.
I guess it depends on if noise and power are your primary considerations. For some, they'd rather not see a useful machine take up space in a landfill, leech toxins into the environment, and simultaneously drive unneeded demand for the production of yet another computer. I guess one would have to do the math and figure out what the environmental impact of a new Pi 3 B+ is. Or they could figure out if the increased el…
I fully empathize with this - I hate throwing out/recycling electronics. The power side it truly does depend on your local rates of course. If you consider a 24/7 draw of about 35 watts to power an out-of-box 486 DX2 (headless) vs like 3 watts for an RPI, you can do the math with some variance and figure out just how long the $60 will last you. But a 10-fold reduction in power consumption is pretty remarkable. When y…
Apparently it was my old team fortress computer. So like 15 years.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#60Earlier quoted context omitted.
also, this video features a 486 cpu because linux dropped 386 support a while ago. https://www.zdnet.com/article/good-bye-386-linux-to-drop-sup...
Anyone know what in particular the 486SX had that the 386 didn’t to make keeping only the former alive practical? Unfortunately the kernel mailing list link in the zdnet article appears to be rotted away.