Over Christmas I tried to actually build a usable computer from the 32-bit era. Eventually I discovered that the problem isn't really the power of the computer. Computers have been powerful enough for productivity tasks for 20 years, excepting browser-based software. The two main problems I ran into were 1) software support at the application layer, and 2) video driver support. There is a herculean effort on the part…
Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
101–110 of 201 posts
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#102Over Christmas I tried to actually build a usable computer from the 32-bit era. Eventually I discovered that the problem isn't really the power of the computer. Computers have been powerful enough for productivity tasks for 20 years, excepting browser-based software. The two main problems I ran into were 1) software support at the application layer, and 2) video driver support. There is a herculean effort on the part…
> Computers have been powerful enough for productivity tasks for 20 years It baffles me how usable Office 97 still. I was playing with it recently in a VM to see if it worked as well as I remembered, and it was amazing how packed with features it is considering it's nearing on thirty. There's no accounting for taste but I prefer the old Office UI to the ribbon, there's a boatload of formatting options for Word, there…
I am now starting to wonder how much of it has to do with network access to Sharepoint and telemetry data that most likely didn't exist in the Office 97 dial-up era.
Features-wise - I doubt there is a single feature I use (deliberately) today in Excel or Word that wasn't available in Office 97.
I'd happily suffer Clippy over Co-Pilot.
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#103Earlier quoted context omitted.
Some of us do actually use such machines every now and then. The point being made was that for many people whose lives doesn't circle around computers, their computing needs have not changed since the early 1990's, other than doing stuff on Internet nowadays. For those people, using digital typewriter hardly requires more features than Final Writer, and for what they do with numbers in tables and a couple of automati…
Yeah, I just posted that a lot of that software was amazing and pretty 'feature-complete', all while running on a very limited old personal conmputers. Just please don't gaslight us with some alternate Amiga bullshit history. All that shit was super slow, you were begging for +5Mhz or +25KB of cache. If Amiga had any success outside of teenage gamers, that stuff would have all been historical, just like it was on the…
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#104Over Christmas I tried to actually build a usable computer from the 32-bit era. Eventually I discovered that the problem isn't really the power of the computer. Computers have been powerful enough for productivity tasks for 20 years, excepting browser-based software. The two main problems I ran into were 1) software support at the application layer, and 2) video driver support. There is a herculean effort on the part…
My biggest obstacles are that it doesn't have an ethernet port and that it doesn't have BIOS USB support (although it does have a card with two USB ports).
I've managed to run some small Linux distros on it (I'll definitely try this one), but, you're right, I haven't really found anything useful to run on it.
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#105The persistence strategy described here (mount -t msdos -o rw /dev/fd0 /mnt) combined with a bind mount to home is a nice clever touch for saving space. I don't know if that's also true for data integrity on physical magnetic media. FAT12 is not a journaling filesystem. On a modern drive, a crash during a write is at best, annoying while on a 3.5" floppy with a 33mhz CPU, a write operation blocks for a perceptible am…
FAT can be made tolerant form the driver just like a journaled FS: 1) mark blocks allocated in first FAT If a crash occurs here, then data written is incomplete, so write FAT1 with data from FAT2 discarding all changes. 2) write data in sectors If a crash occurs here, same as before, keep old file size. 3) update file size in the directory This step is atomic - it's just one sector to update. If a crash occurs here (…
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#106Earlier quoted context omitted.
Some of us do actually use such machines every now and then. The point being made was that for many people whose lives doesn't circle around computers, their computing needs have not changed since the early 1990's, other than doing stuff on Internet nowadays. For those people, using digital typewriter hardly requires more features than Final Writer, and for what they do with numbers in tables and a couple of automati…
Yeah, I just posted that a lot of that software was amazing and pretty 'feature-complete', all while running on a very limited old personal conmputers. Just please don't gaslight us with some alternate Amiga bullshit history. All that shit was super slow, you were begging for +5Mhz or +25KB of cache. If Amiga had any success outside of teenage gamers, that stuff would have all been historical, just like it was on the…
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#107Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#108Earlier quoted context omitted.
AFAIU the Debian i386 port has effectively required i686 level CPU's for quite a long time (CMOV etc.)? So if he has an older CPU like the Pentium it might not work? But otherwise, yes, Debian 12 should work fine as you say. Not so long ago I installed it on an old Pentium M laptop I had lying around. Did take some tweaking, turned out that the wifi card didn't support WPA2/3 mixed mode which I had configured on my A…
You can force YouTube to use H264 instead (via extensions like H264ify), that should reduce the processing load.
The CPU will be struggling with most modern video formats including h.264.
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#109Earlier quoted context omitted.
It's wild to remember that I basically grew up with this type of software. I was there, when the MDI/SDI (Multi-Document Interface / Single-Document Interface) discussion was ongoing, and how much backlash the "Ribbon"-interface received. It also shows that writing documents hasn't really changed in the past 30 years. I wonder if that's a good or bad development. With memory prices skyrocketing, I wonder if we will s…
Sadly Electron developers will be fired, and C++ and even Rust ones will be highly praised. QT5/6 will be king for tons of desktop software.
Re: Floppinux – An Embedded Linux on a Single Floppy, 2025 Edition
#110Over Christmas I tried to actually build a usable computer from the 32-bit era. Eventually I discovered that the problem isn't really the power of the computer. Computers have been powerful enough for productivity tasks for 20 years, excepting browser-based software. The two main problems I ran into were 1) software support at the application layer, and 2) video driver support. There is a herculean effort on the part…
I expect at least the base system (including X) to work without big issues (if your hardware is supported), for extra packages you may need a bit of luck.
[1] https://www.openbsd.org/plat.html