Earlier quoted context omitted.
This takes the cake for unexpected comment of the night. Could you explain where you live (location and housing situation) and how you feed yourself? I'm genuinely curious.
I do not live in one place, I travel around. Sometimes I live outdoors, which I find comfortable with practice. I consider NYC my project's headquarters and it is where I stay majority of the time. I am sometimes housed by friends, family, and supporters of my software projects. For food, I primarily dumpster-dive.
Booting a 486 from floppy with the most up-to-date stable Linux kernel
151–160 of 171 posts
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#152Does 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.
I've actually had quite a bit of motivation after moving out of my old apartment. I was able to unpack all of my electronics stuff and tools again. Previous place was way too small. Actually unpacking stuff triggered a lot of desire to do stuff with it again. One of the things I found was a tube full of rom-less 8051 microcontrollers and another tube of AM85C30 Dual UARTs I probably picked up at a robotics club swap…
The only excuse to pull them out is to fix broken electronics/toys.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#153Earlier quoted context omitted.
Dealing with garbage tech is what brings me down. Completely broken, unusable garbage software is everywhere, backed by egos, emotions, power plays, and entrenchment. That's the part I don't want to deal with. The only thing worse than having to deal with a bunch of idiots is having to deal with a bunch of things made by them. It pisses me off how broken everything is and how few people seem to take issue with it. Ev…
This is why I save my vacation days up and take a big chunk once or twice a year, instead of frittering away fridays and mondays to have little "long weekends" throughout the year, as I did in the past. I discovered that, after 4 or 5 days of staycation, I've handled most of the crap that was hanging over my head. I've caught up on laundry, done whatever administrative stuff I had been procrastinating about, and I ca…
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#154Earlier 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.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#155Does 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.
I used to do this kind of stuff in junior high, high school, and college...back when I had the time now. Now with a day job it's time to find some time to muck around and really explore things with your curiosity and imagination. I totally see where you're coming from.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#156Earlier quoted context omitted.
Another good cheap option if the Pi doesn't suit you is an up-cycled thin client - some HP T620 configs (quad AMD Jaguar, 4GB RAM, 16GB flash) are (There's also the T620 Pro, but those are going for a bit more these days since they make good home routers when you add a quad gig-e card...)
You can also always just find an old desktop box and install a lightweight distro on it -- my grandpa got a new computer a year or so ago so I took his ~10 year old HP box, wiped it, and installed alpine. Now I have it just plugged into my router and I have a few cron jobs and docker services that I run on it.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#157Does 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.
Dealing with garbage tech is what brings me down. Completely broken, unusable garbage software is everywhere, backed by egos, emotions, power plays, and entrenchment. That's the part I don't want to deal with. The only thing worse than having to deal with a bunch of idiots is having to deal with a bunch of things made by them. It pisses me off how broken everything is and how few people seem to take issue with it. Ev…
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#158The virtue of reusing an old system is somewhat eroded by the fact that its noise and power consumption exceed that of a more powerful Pi 3 B+, which can be had for $50-60 with case and power supply (circa 2020). I see little advantage in keeping the old hardware around anymore. I think I still have some old ISA cables downstairs in a box - high time to acknowledge to myself that I will NEVER use those again.
Another good cheap option if the Pi doesn't suit you is an up-cycled thin client - some HP T620 configs (quad AMD Jaguar, 4GB RAM, 16GB flash) are (There's also the T620 Pro, but those are going for a bit more these days since they make good home routers when you add a quad gig-e card...)
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#159Modern days Linux kernel requires a bootloader, as seen in the video. In the old days, you could dd the kernel to the floppy disk and use rdev to point to the root partition to start after loading the kernel.
Re: Booting a 486 from floppy with the most up-to-date stable Linux kernel
#160I had no idea the Linux kernel still supported the 486. I thought you had to have a Pentium class or better.
Kernel support for 386 was dropped recently, but 486 and above are fine. I think many distros have probably dropped 486 support, though; someone upthread mentions that Debian is 686 and above only now.