Installing SLS Linux On Real Hardware Required Far More Effort Than Expected ... // (SLS Part 2)

  Рет қаралды 25,530

NCommander

NCommander

3 жыл бұрын

Twitter: / fossfirefighter
Discord: / discord
Linux 1.0 LBA Patch: github.com/NCommander/linux-1...
I said if we hit 250 subscribers, I'd do a special. You all have come above and beyond in that regard. To celebrate, I broke out my ThinkPad 380D and tried to install SLS Linux on it. What I found was that even for a slightly newer system, this process was fraught with pain and suffering. In the end, I had to write patches for the Linux 1.0 kernel on SLS, reimage the A1 floppy, suffer through multiple disk failures, and learn the difference between CHS and LBA addressing.
In the process, I also had to learn the internals of translation geometry, some of the screwball behavior of the original Linux hd.c driver, and then debug problems. Who knew that Minix and Linux ramdisks had anything in common?
It also shows that emulators like PCem tend to emulate a "perfect" PC, and not one fraught with bugs like EasySetup on the ThinkPad 380D. As such, for the truly authentic experience, installing on real hardware was valuable if exhausting.
Of course, no dive into ancient Linux is complete without suffering from X. You can see all the fun of X on a passive matrix display here.
This project was beyond draining, but getting it to put together I think has resulted in something I'm proud of. For 500 subscribers, maybe we'll break out more floppy disks, or I'll do something a bit more off the wall. Either way, I definately want to hear your suggestions

Пікірлер: 123
@schmatzler
@schmatzler 3 жыл бұрын
"Installing this is super easy, you just need to code your own kernel driver." :D Awesome.
@NCommander
@NCommander 3 жыл бұрын
You know, in hindsight, writing a LBA patch for the Linux kernel just to fulfill a promise I made on an Internet video is probably insane.
@pitust
@pitust 2 жыл бұрын
@@NCommander make sure to upstream the changes!
@KertaDrake
@KertaDrake 2 жыл бұрын
@@NCommander You're one step away from just writing your own OS that happens to be identical to Linux in functionality!
@Time4Technology
@Time4Technology 2 жыл бұрын
@@pitust If it's a proper patch and not just a workaround, then he should definitely do that - given that part of the code is still there in the current release.
@XENON2028
@XENON2028 Жыл бұрын
@@Time4Technology that was linux 0.99... the current version is linux 6.0
@LeonardoVaz76
@LeonardoVaz76 3 жыл бұрын
...and we have the "Ben Eater" for vintage Linux distros! Great job man!
@NCommander
@NCommander 3 жыл бұрын
Ben Eater is pretty amazing. He does things w/ hardware that are mindboggling. I learn a lot from his videos.
@LeonardoVaz76
@LeonardoVaz76 3 жыл бұрын
Same here @@NCommander!
@CarlosPerez1992
@CarlosPerez1992 Жыл бұрын
It's funny to me that 250 subscribers felt like a surprise to you. These videos are superb! Kudos for growing the channel as big as you have, 30k is more like it!
@TheBlueRajaAttacks
@TheBlueRajaAttacks 3 жыл бұрын
Sadly when it comes to floppy disks it seems that the older the disk is, the more likely it will still be good. Disks made in the late 90s through the early 00s are complete junk. What used to be a great way to reliably store your data became a joke with a 30-40% failure rate right out of the package. Great video!
@NCommander
@NCommander 3 жыл бұрын
Part of it is the bathtub curve of engineering. Basically, disks that were going to fail failed back when they were new. 3 out 30 actually sounds *about* what I remember for the time, and CHKDSK/SCANDISK would simply mark a sector dead and life would keep going (which is how I managed with A3, although I don't think I showed that on camera). I should note that I've since rewritten a bunch of these disks, and they pretty much all test good with no issues.
@irresponse
@irresponse 3 жыл бұрын
@@NCommander according some retro enthusiasts that are dealing with lots of floppies (like Clint from LGR and principally Dave from 8bitguy), what @Gavldac said is totally true. The overall quality of new magnetic media like floppies and K7's has plummeted since the 2000's, even from "good" brands like Sony and Maxell. Today they simply don't make good floppies or other magnetic media anymore, all new stuff is garbage. On the other hand, the good old floppies from the 90's still work just fine today, better so than the new ones.
@CMDRSweeper
@CMDRSweeper 2 жыл бұрын
Very true, when I had to move files home from school back in the 90s to early 2000s all we had was floppies. But I was armed with 6 floppies with the same content, and usually, 2-3 of them were corrupted, so mirroring content was a necessity.
@Listener11111
@Listener11111 2 жыл бұрын
​@@NCommander another thing that I've personally stumbled upon - dust. if I insert one of my floppies into an uncleaned drive, it leaves it visibly scratched, and the new ones are more fragile. but after cleaning the heads disks remain perfectly ok after multiple inserts. I use a special cleaning floppy for that (a piece of cloth in a case basically), some people clean the heads with a q-tip. what's your favorite method btw?
@HappyBeezerStudios
@HappyBeezerStudios Жыл бұрын
As the technology got obsoleted they simply decided it was not worth keeping production at high quality and cost
@kirottu7873
@kirottu7873 3 жыл бұрын
You are an absolute legend, over 1 hour of writing floppies.
@NCommander
@NCommander 3 жыл бұрын
When I promise to do something, I do it or at least fail miserably. :)
@Jason-fp7vi
@Jason-fp7vi 3 жыл бұрын
You are legendary and an inspiration to me, a budding retro geek. I recently built my first retro computer, which was just a windows XP build. I have aspirations to do a 3.1 build
@NCommander
@NCommander 3 жыл бұрын
Largest trick with these is sometimes there's a catch 22 that you might need a working older computer to make everything for the older computer. Feel free to ask questions, and I recommend reddit's /r/vintagecomputing as much as possible.
@sedrosken831
@sedrosken831 Жыл бұрын
It may be worthwhile to build an “intermediate” 9x system to help bridge the gap. In general though, if your XP box has a floppy drive, you’ll probably be fine. The problems come once you start having to deal with 5.25” floppies or of course alternative platforms the PC can’t write disks for.
@bld86
@bld86 2 жыл бұрын
this is so amazing and fascinating. you are a wizard. casually modifying kernel code. Im a web dev with some prior experience with embedded and electronics but this is like magic
@NCommander
@NCommander 2 жыл бұрын
Oh man, the things I'm up to in my next video ...
@torondin
@torondin 3 жыл бұрын
Impressive. Imma need to subscribe to you. Love me some classic *nix goodness.
@mecrumbly429___4
@mecrumbly429___4 3 жыл бұрын
same
@systemchris
@systemchris 3 жыл бұрын
Linux has come a long way since then!
@McDuffington
@McDuffington 3 жыл бұрын
Awesome videos! Congrats on your subscriber number, well earned!
@zenithseeker7
@zenithseeker7 3 жыл бұрын
Good job! I remember reading about GRUB and LILO ages ago, with the recommendation being "try to avoid LILO if you can" due to disk size and configuration issues. It was cool to see how that didn't deter you at all though lol.
@NCommander
@NCommander 3 жыл бұрын
My real start to Linux was on Macintoshes, and LILO is a breeze compared to quik and yaboot.
@kaitlyn__L
@kaitlyn__L 3 жыл бұрын
@@NCommander oh dear yaboot is a hell of a thing
@NCommander
@NCommander 3 жыл бұрын
@@kaitlyn__L It's not as bad as quik which is pretty horrifying when you think about it. At least yaboot doesn't usually require BootPatches or a serial console.
@kaitlyn__L
@kaitlyn__L 3 жыл бұрын
@@NCommander yeah I’ll admit, I’ve lived with yaboot but stayed well away from quik just from seeing howto’s. So I’m with you all the way about that.
@MrLukealbanese
@MrLukealbanese 3 жыл бұрын
An astonishingly accomplished achievement, great work.
@bwzes03
@bwzes03 3 жыл бұрын
My first install of Linux was Slackware 3.0 from 1995, on a Cyrix P150+, specfically built for running Linux. This means I selected the excellently supported S3 Vision 968 based Diamond Stealth 64Video VRAM graphics card. All floppies I needed was a Boot and a Root floppy, install was through the cdrom.
@dluckie747
@dluckie747 2 жыл бұрын
This is awesome! I'm SOO jealous of your knowledge! Did you ever post a video of the super card pro which you mention?
@jonathanvanier
@jonathanvanier 3 жыл бұрын
Great video! Keep 'em coming!
@NCommander
@NCommander 3 жыл бұрын
Thanks! Will do!
@ordinosaurs
@ordinosaurs 2 жыл бұрын
D'oh !!! I've been a linux user since 1997, beginning with an already antiquated Slackware 3.0 (the one I could grab at the time, little did I know), and I realise I never knew that SLS stands for Soft Landing Linux ! I feel really stupid. I had a Thinkpad 380 later on, and that NeoMagic chipset has been the bane of my existence for months before there was finally a driver able to make sense of it, I think it happened sometime during the kernel 2.0 timeframe. It didn't help that IBM being who they are used slightly different i/o ports than other vendors of the same chip, making the TP a corner case. The things we had to go through !
@fdmillion
@fdmillion Жыл бұрын
I've actually found that using a degausser/bulk eraser (the plug in kind that used to be sold by Radio Shack as a tape eraser) actually can bring those cheap marginal disks back into service, at least temporarily. A couple passes over the degausser and an unconditional format has made many of those bottom-barrel disks usable for me through the years. I wouldn't trust them with any important data (honestly, don't trust any floppy for long-term storage anymore) but for use cases like this it can definitely help. I suspect that the issue is that some of these disks have some "magnetic residue" on them for whatever reason, that the drive's relatively low power head can't overcome. A degausser actually truly cleans off all magnetic flux from the disk, making it usable. Of course later disks were built to a cost and were already never going to be that reliable, but I hope this can help anyone out there playing around with retro computing (assuming you can still even find a degausser). (Obligatory warning: be very careful when using a degausser, especially around retro media. It might resurrect a weak floppy, but it'll also happily erase any other magnetic media nearby. Floppies, cassettes, video tapes, hard disks and so on will all succumb to it. It'll even wreak havoc on CRT TVs and monitors. They're typically pretty well shielded and the field won't extend *too* far, but definitely take a couple steps away from any other magnetic media you care about when using your degausser.)
@pianokeyjoe
@pianokeyjoe 3 жыл бұрын
The hard disk size limit, was another issue I noticed that I NEVER experienced before not even in the early 2000s/late 90s! But upon trying to install SuSE Linux 5 or earlier, I did run into that issue. Also Mandrake 6.0 and OpenLinux 1.3, which only supported 8.4GB HDD max. I even had to buy some compatible IDE to CF card readers to use CF cards since 8GB HDDs are outlandishly priced on Ebay right now due to the whole Retro Computer Gaming thing. The only thing is the installers for SUSE 5 and earlier did NOT have disk partition utilities. I had to use other OS disks for that first, before installing.. Crazy stuff!
@Ismael-iw4tm
@Ismael-iw4tm 5 ай бұрын
Great show commandar
@dj_dexterdark_x942
@dj_dexterdark_x942 2 жыл бұрын
2:53 Very old headache and others to Patrick Volkering, in forking SLS and create Slackware.
@johncate9541
@johncate9541 3 жыл бұрын
Softlanding is for wimps! Install Yggdrasil! :-D Seriously, you have more patience than I ever would have. I have an old Compaq laptop from the late '90s, but I stick to Windows 98 and use it for playing old DOS games.
@NCommander
@NCommander 3 жыл бұрын
It's on my list, but I tend to run out of things to say about vintage Linux since past installation, distributions aren't THAT different from each other in terms of applications or functionality.
@allyoucaneatchili
@allyoucaneatchili 2 ай бұрын
Kudos to doing this with real floppy disks and not that ebay floppy drive emulator.
@MarkKomarinski
@MarkKomarinski 2 жыл бұрын
Ahh...memories. I did a lot of these installs in 1992-1995.
@CrippleX89
@CrippleX89 2 жыл бұрын
Wait... In july last year you had 250 subscribers? You went from 250 to 22k in 1.5 years? Holy... Dude!
@NCommander
@NCommander 2 жыл бұрын
It was a really big celebration. I've actually not done another special because everything I start prepping for one, I reach the next one >.>;
@conradtrout
@conradtrout 3 жыл бұрын
Slackware still comes with XLander. God I love this distro.
@The1RandomFool
@The1RandomFool 3 жыл бұрын
CDROMs were such a godsend back then.
@kq6up
@kq6up Ай бұрын
A very long time ago I installed an old slackware system using slattach and a serial port. So I basically made a serial TCP/IP link to a host server and copied over all the installation files using FTP. It took forever, but maybe and ancient tool like slattach would work for SLS Linux.
@LeonardoVaz76
@LeonardoVaz76 3 жыл бұрын
I have a suggestion for the 512 subscribers milestone: what about installing same Minix release used by Linus in 1991 in your Thinkpad then build the kernel 0.01 using same tools he used at that time?
@NCommander
@NCommander 3 жыл бұрын
"512 subscribers" - oh I love it. I actually had that idea although I really don't know if I can coax Minix running ontop that ThinkPad. It's going to have the same disk geometry issue, and I don't know how easy it will be to patch out of Minix. It took a few solid days of effort just to remove it from Linux although part of that was understanding why it blew up.
@TheDemocrab
@TheDemocrab 3 жыл бұрын
​@@NCommander I'd look into VMs if I were you; I know it's nice to run older software on real hardware (I have a XP retro machine myself) but in this case I think it'd be worth doing because that Thinkpad seems pretty limited in terms of flexibility and early Linux is pretty limited in terms of driver support, so that GPU thing might crop up more often than not whenever you wanna do X related stuff, etc. Appreciate the video, it's incredibly interesting getting to see the early world of Linux and how different it was. :D
@LeonardoVaz76
@LeonardoVaz76 3 жыл бұрын
@@NCommander I have the same Thinkpad model here (although it is in a poor condition) and I suspect that it could because the x86 hardware didn't change much in early 90s. I think it worth a try Michael. :-)
@Reziac
@Reziac 3 жыл бұрын
@@NCommander This was entertaining stuff -- apparently I'm in need of an Old Software fix :) The music was hilariously appropriate! I'd LOVE to see how that floppy recovery card you mentioned works. Despite the plastic slide, in their day Maxell diskettes were good quality (not quite up to Sony, but generally very reliable), and back when I used floppies all the time, their slide never gave me any grief (I did have a couple metal slides come off inside the drive, that's all kinds of fun). That you only got a couple with bad sectors, and none with the dreaded Bad Track 0 error... that's durn good for 25+ year old diskettes. Have you noticed how much faster a USB floppy is than one on the FDD interface? same Teac drive inside, so it's the FDD port, not the drive, that's slower'n molasses.. BTW since yesterday KZfaq decided to nuke the old mobile interface, I can no longer make top level comments, nor see posters' names... nor can I see channels. Glad I'm already subbed cuz the way it is now, I can't make new subs. Friends are griping about it too, so it's not just my setup. [And hard returns are ignored half the time. Grrr..]
@michaelb6349
@michaelb6349 2 жыл бұрын
This is amazing
@acalavidyaraja
@acalavidyaraja Жыл бұрын
liked and subscribed
@sh0dan2
@sh0dan2 2 жыл бұрын
"Circus Logic" LOL
@lawrencedoliveiro9104
@lawrencedoliveiro9104 3 жыл бұрын
13:52 I think you mean “Cirrus Logic”.
3 жыл бұрын
Back in the day we've installed Linux with just one floppy. Since I had all disk images on a borrowed machine, so always creating the next disk on that machine for the one I want to install. Or something like this, I almost forgot that "adventure" for now (though it was Slackware not SLS).
@thudtheace
@thudtheace 6 ай бұрын
I remember installing SLS with kernel .97 or .98 on my 386 with 4MB of ram and I think a 40MB HD at the time.
@DrScriptt
@DrScriptt 3 жыл бұрын
Slackware, which was quite similar to SLS in *MANY* ways including installation, had funny boot+root disks. If memory serves (often it does not) you would tweak a bit in a compiled kernel -- with a utility that I think was in the kernel source tree -- that told the kernel that the ram disk followed immediately after the kernel on the boot+root combo disk. Then you would use dd to write the tweaked kernel to the start of the boot+root combo disk. Once that finished, you would take an archive, maybe an image of a root file system -- frequently Minix -- and write it to the boot+root combo disk starting at the next byte. The kernel would boot, see the bit / flag that the root file system started after the kernel finished and read it into memory. This was a ... PITA ... that only applied to boot+root disks. Separate boot and root disks were a little bit easier to work with. You wrote the kernel to one floppy and a normal file system -- typically Minix -- to the root disk. But boot+root combo disks were ... tricky. If you want to know more about this, check out the documentation that came with the kernel. I remember seeing this in 1.x and maybe early 2.x. I think this was completely abandoned by the time 2.6 came around as other boot loaders; LILO, were by far the normal mode of operation.
@NCommander
@NCommander 3 жыл бұрын
I've never been able to determine if Slackware was a fork of SLS. A lot of the early Debian posts make a very big deal out of the fact that Debian didn't have SLS scripts in it, and Slackware pkgs are the same format (mostly) as SLS ones. I'd probably have to dig through USENET to find out though :/
@iceowl
@iceowl 2 жыл бұрын
one hack that i would use back when i was running Slackware 3.0 on a 486, was to avoid putting any hard drive entries in the BIOS and let linux handle it. then i would configure the system to boot from floppy only, write a custom kernel to a floppy, and boot the system that way.
@ScottDuensing
@ScottDuensing Жыл бұрын
"My First BIOS" - lol
@dj_dexterdark_x942
@dj_dexterdark_x942 Жыл бұрын
10:23 Sounds like: Touhou boss theme, without ZUNpets... xD
@michaelheimbrand5424
@michaelheimbrand5424 2 жыл бұрын
Ahh! FVWM. The best WM ever made. It´s the default in OpenBSD 2021 and that says a lot. And basically everything is based on it I think.
@insertrealname
@insertrealname 2 жыл бұрын
I "upgraded" from Coherent UNIX (~6 floppies) to to the very first version of SLS Linux (something between 10 and 20 floppies) mailed to me from somewhere in British Columbia. Linux kernel version was 0.98 or 0.99, I don't remember any longer. A long time ago...
@pianokeyjoe
@pianokeyjoe 3 жыл бұрын
floppies...Floppies..FLOPPIES!! I had similar recent issues with said floppies when trying to install old versions of Linux myself. At first I thought my UBS Floppy drive was bad. Nope, just as you stated here, once good floppies just up and fail, and NEW disks where failing! In the end it was some older OS disks and driver disks that I was able to reuse but I only had to make one or 3 disks for systems with no CDROM boot support. Ahh fun times no?
@0LoneTech
@0LoneTech 3 жыл бұрын
Having done system backups and Linux installations in the 90s, big packs of floppies are never trustworthy. Once managed to buy a 100 pack, at a store where I'd had to explain what a floppy was to the sales person, and 80 of them had bad sectors. The unreliability of disks, even when read-checked after writing, led to tools like PAR2 and ddrescue. Under Linux, we have a low level format tool called superformat in the package fdutils, and we can check for bad blocks with badblocks (-c for mke2fs or e2fsck); mbadblocks from mtools does so for FAT floppies. As a historical curiosity, the first release of the Linux kernel basically only worked with Linus' floppy drive. Side note, newer media aren't necessarily much more reliable at a media level. They do have more recovery logic integrated into the drives, such as forward error correction (sectors are larger than the data they store, for instance 2448 vs 2048 for CD-ROM) and sector remapping (including having spare sectors that aren't advertised). SSDs even require wear leveling. Linux has such layers too, in particular in the MTD system used for raw flash. We used to have raw access to hard disks, which was why an RLL controller could provide more capacity with the same disk than an MFM controller (which floppies use). All that is moved into the drive with IDE, SCSI etc.
@NCommander
@NCommander 3 жыл бұрын
I feel a sudden urge to install MINIX and cross-compile Linux 0.1.
@FennecTECH
@FennecTECH Жыл бұрын
Use one of the many shims to do the geometry translation for you. It defeats both the 504 meg limit and the 8gb limit I use ONTRAK Dynamic Disk Overlay to run a 160 gig IDE drive on my 380XD
@SamTornado1701
@SamTornado1701 3 жыл бұрын
SpinRite might have saved those floppy disks!
@andressepter1984
@andressepter1984 Жыл бұрын
NCommander kinda resembles bolsheviks - set up a problems by itself so those can be heroically overcome. Like - instead of just taking another computer or smaller hard disk he rewrites ATA module :) Other videos on this channel is kinda similar - always choose the hardest possible path :)
@strayling1
@strayling1 3 жыл бұрын
If you want some real fun take a look at calculating X modelines for your card/monitor. I spent way too much time seeing just how far I could push my CRT when I first installed SLS. It might be a way to get your LCD looking a bit better as well. (Edit: I see you gave it a go in Part 1. Take a look at the monitor section of your xconfig if you fancy heading down a very deep rabbit hole.) Thanks for the blast from the past! But what happened to the old SLS "Darkstar" prompt?
@NCommander
@NCommander 3 жыл бұрын
I remember this, following by a high pitch whine and then panicking thinking I released the magic smoke. The passive matrix LCD actually looks fine in real life (resolution aside), but it doesn't show great on camera.
@0LoneTech
@0LoneTech 3 жыл бұрын
Modern Xorg at least comes with the tool cvt to give you a starting point. Back in the day xvidtune was usable for minor tweaks like positioning. read-edid+edid-decode can also get the information from modern plug and play monitors. Still doesn't help with the VGA driver, as mode timing was stored in hardware IIRC, or the VESA driver, which relies on the video BIOS.
@pvc988
@pvc988 3 жыл бұрын
That's how I remember my experience with floppy disks. Expensive, slow, not much space on it, often dead on arrival (new from the box) and could break from just looking at them the wrong way. I always wonder how is that even possible that any of them survived to this day.
@negirno
@negirno 3 жыл бұрын
Most floppy disks in the late nineties were cheaply made. Stuff from early to mid nineties are generally okay.
@GeoNeilUK
@GeoNeilUK 3 жыл бұрын
I know this might be difficult for you being in America, but have you ever considered videos about the BBC Micro or the Acorn Archimedes?
@kaitlyn__L
@kaitlyn__L 3 жыл бұрын
Would running disk verification after writing have caught the delaminating disks, if that’s what it was? Or do you think the rot set in after that point? These cheap ‘00s disks are so flaky.
@dr.shuppet5452
@dr.shuppet5452 3 жыл бұрын
Very cool, I would call you a true hacker.
@user-ry4ip9ps9x
@user-ry4ip9ps9x Жыл бұрын
Thinking of doing this, would you recommend it as a daily driver?
@dj_dexterdark_x942
@dj_dexterdark_x942 Жыл бұрын
14:06 and made a new distro... in 1993: Slackware, in 2023: Ehhhhhh?
@henson2k
@henson2k 3 жыл бұрын
How would Linux change if it was created in 2020?
@Veso266
@Veso266 3 жыл бұрын
Why is your thinkpad not using the whole screen while in bios or dos? I saw this on an old HP laptop running windows XP as well, but never knew the reason BTW: how is the (so good to the touch when new) and so sticky when its old coding holding?
@rednight2476
@rednight2476 3 жыл бұрын
IT doesn't have scaling, the LCD is 800x600, the lower resolution text mode is just centered. Most older laptops do this.
@NCommander
@NCommander 3 жыл бұрын
LCD resizing is a somewhat new trick, and usually done with software rendering. Unlike CRTs which can basically resize the resulting image with the electron gun, LCDs are designed to work at only one resolution, or a multiple of their native resolution. In addition, most LCDs have hardware upscalers to handle things like this (you can see the upscaler on one of my flatscreens in the 486 Part 1/2 video). Older LCDs/panels like this one just always stay on 800x600 and center since this prevents distortion. There is a special "PS2" utility I can use to change that behavior but it looks horrendous if I do it.
@phildem414
@phildem414 7 ай бұрын
What is this window manager? Fvwm2 or mwm?
@aarocka11
@aarocka11 2 жыл бұрын
You know I just realize this you pronounce Dos and QUEM you extremely funny.
@ralph8237
@ralph8237 3 жыл бұрын
9:30 formatting a floppy from DOS with just "format a:" does just check the floppy, not create a low level format. You should use "format a: /u" instead. But besides this short (negative) comment: please, keep going ;-).
@NCommander
@NCommander 3 жыл бұрын
format a: does do low-level formats, /u (unconditional) just bypasses the confirmation messages. /q is what controls if its low or high format.
@georgH
@georgH 2 жыл бұрын
Late 90s, was at a friend's doing school work, and then I realized when he saved the document, it was stored in a 3.5 floppy. I was horrified, and asked him why he was using that instead of the hard drive "we do it like this at the computer academy" loool, my eyes rolled so bad. The worse part is that, I explained that these were unreliable and when we tried copying it to the HD... It failed! Well, he learned that lesson, not from that "academy" (it was a ripoff)
@pikaporeon
@pikaporeon 2 жыл бұрын
wait is that just an awesome remix of the final fantasy vii battle theme
@NCommander
@NCommander 2 жыл бұрын
OCRemix allows commerical usage of their tracks, so yes :)
@gothicviceroy112
@gothicviceroy112 Жыл бұрын
Why didn't you just use one of those multi floppy sd card readers? They simulate multiple floppies and I think they have a next button on them
@NCommander
@NCommander Жыл бұрын
Because it fundamentally misses part of the experience of using floppy disks in the first place. Its great for convience, but not an accurate experience.
@ifrit05
@ifrit05 3 жыл бұрын
Circus logic? Never heard of that company before. 🤣
@FennecTECH
@FennecTECH Жыл бұрын
Buy **USED** disks in bulk. Spend a couple hours checking them and for like 30 bucks you will be left with 50 or so functional floppy disks
@NCommander
@NCommander Жыл бұрын
I learned this since, I have a 50 pack of used disks from eBay now.
@zc32-official
@zc32-official 2 жыл бұрын
Ah yes, time to rush 🅱️ on bad sectors.
@namenotpossible
@namenotpossible 3 жыл бұрын
Now install Debian 0.9 and upgrade it version by version up to Buster
@NCommander
@NCommander 3 жыл бұрын
Well, I'll meet you at Debian 2.1 kzfaq.info/get/bejne/qreBdsanq7veops.html
@jeanrodrigues6249
@jeanrodrigues6249 2 жыл бұрын
Lilo
@wiskasIO
@wiskasIO 3 жыл бұрын
Sh!t... And my friend complained that time that it took 10 minutes to install Ubuntu on his machine, geez.🤣
@NCommander
@NCommander 3 жыл бұрын
Everything is faster in the future.
@bamdadkhan
@bamdadkhan 3 жыл бұрын
maybe i'm missing the point but.. gotek?
@NCommander
@NCommander 3 жыл бұрын
1. it's a ThinkPad so no full size drive pay 2. Its the only vintage PC I had at the time (and still the only one thats mostly sane 3. Because loading up 31 floppy disks on a gotek isn't quite as much fun
@bamdadkhan
@bamdadkhan 3 жыл бұрын
@@NCommander point(s) taken : )
@user-ir2fu4cx6p
@user-ir2fu4cx6p 3 жыл бұрын
He asked for 500 subscriber than he got 5.5K subscribers .
@NCommander
@NCommander 3 жыл бұрын
When the KZfaq algromth decides to visit, things happen.
@user-ir2fu4cx6p
@user-ir2fu4cx6p 3 жыл бұрын
@@NCommander I think YT had good AI, but in English only, I know many none English channels are buried in the bottom of the ocean this is example:- kzfaq.info/get/bejne/ad-GnrR6m9GXnGg.html
@RowanBird779
@RowanBird779 Жыл бұрын
This video was uploaded on my 11th birthday, ON MY 11TH BIRTHDAY!
@PeterRichardsandYoureNot
@PeterRichardsandYoureNot 2 жыл бұрын
This is nothing. Try installing AIX on an ibm mini-mainframe from disk. 100 megabytes back in 1993 on crappy slow hard drives. Mission critical and had one night to do it.
@crazykleiner
@crazykleiner 3 жыл бұрын
i hate this style of floppys...... is exactly the type one that make a grind noise in the drive and die.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 3 жыл бұрын
By the way, DOS is pronounced “doss”, not “dawz”.
@bslprints9935
@bslprints9935 Жыл бұрын
Yeah and I bet you say anydesk instead of anydeks too 😭
@voca-chan7953
@voca-chan7953 2 жыл бұрын
Old hardware, constant problems, and obscure operating systems... Reminds me of another certain KZfaqr...
@NCommander
@NCommander 2 жыл бұрын
A lot of people compare me to Drugua1 >.>. I didn't even know about their channel until I started mine.
Running DOS and Windows Without a Hard Drive From NetWare
17:40
NCommander
Рет қаралды 41 М.
SLS Linux - Bringing a Softlanding from DOS in 1994 (Part 1)
15:31
格斗裁判暴力执法!#fighting #shorts
00:15
武林之巅
Рет қаралды 15 МЛН
Did you find it?! 🤔✨✍️ #funnyart
00:11
Artistomg
Рет қаралды 15 МЛН
Follow @karina-kola please 🙏🥺
00:21
Andrey Grechka
Рет қаралды 11 МЛН
Normal vs Smokers !! 😱😱😱
00:12
Tibo InShape
Рет қаралды 26 МЛН
Slackware Linux on a 386sx40
27:27
RetroSpector78
Рет қаралды 184 М.
Installing Red Hat Linux 8.0 on the $5 Windows 98 PC!
20:48
Michael MJD
Рет қаралды 111 М.
The Novell NetWare Experience
13:47
NCommander
Рет қаралды 46 М.
The Rarest IBM PC Clone in the World!
43:10
Usagi Electric
Рет қаралды 53 М.
Where People Go When They Want to Hack You
34:40
CyberNews
Рет қаралды 106 М.
Compiling Word for Windows from OS/2 1.2
17:37
NCommander
Рет қаралды 114 М.
The Forgotten Via C3 Processor
14:21
Action Retro
Рет қаралды 49 М.
Xiaomi Note 13 Pro по безумной цене в России
0:43
Простые Технологии
Рет қаралды 915 М.
M4 iPad Pro Impressions: Well This is Awkward
12:51
Marques Brownlee
Рет қаралды 6 МЛН