Compiling Word for Windows from OS/2 1.2

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 280

  • @chriswareham
    @chriswareham 4 ปีที่แล้ว +404

    I love the way that the developers at MicroSoft had to create crude versions of Unix utilities to make their application development less painful. Perhaps the old joke about "those that don't know Unix are doomed to recreate it poorly" are true!

    • @NCommander
      @NCommander  4 ปีที่แล้ว +89

      actually, all of them look like direct ports of UNIX utilties. Or in short Microsoft pulled a MinGW/MSYS.

    • @chriswareham
      @chriswareham 4 ปีที่แล้ว +20

      @@NCommander Makes sense. I briefly programmed on VMS back in the late 1990s, and there was a lot ports of BSD Unix or GNU tools installed on the systems that I worked on. The core things like compilers, debuggers and profilers were very good and available from Digital themselves but like with the DOS world it seemed that a lot of the other tools built on what had gone before in the Unix world.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +22

      @@chriswareham Well, a lot comes from the source, and a lot in a Bubble
      IBM stuff seems to be built around Intel's devkit tools (there is a lot of "soft" similiarity). DIGITAL wrote most of their own compilers, but I think used cfront for C/C++ which made it behaviorly very similar to UNIX, and VMS was POSIX compatible, you could even use sh as an interactive shell if you like.
      Borland had their own implementations of Pascal, Basic and C, and they're still technically around.
      Watcom's big grace is they supported everyone in one single compiler package.
      Micorsoft had a long history of development tools going back to the 8-bit era and the ATLAR, and could be seen as the core of early MSFT.

    • @boliussa
      @boliussa 4 ปีที่แล้ว +3

      +Chris Well, interesting point.. re the developers having e.g. some port of egrep according to this guy's findings

    • @ssokolow
      @ssokolow 2 ปีที่แล้ว +6

      I remember reading a post by someone at Microsoft (may have been Raymond Chen, may not have been) that Microsoft developers were using XENIX for at least some of their MS-DOS development in the early days, and, by the time MS-DOS 2.0 came out and added support for subdirectories, they were already regretting harmonizing with the utilities IBM provided for PC-DOS that used / as their option flag because it meant that they couldn't use it as the path separator.

  • @hisham_hm
    @hisham_hm 2 ปีที่แล้ว +39

    17:13 Was there ever / will there ever be a sequel to this episode?? The cliffhanger got me on the edge of my seat!

  • @catsforbrains
    @catsforbrains 4 ปีที่แล้ว +34

    The OS/2 DOS box was also dubbed the 'penalty box' since it could only run one, full screen DOS instance at a time. Thankfully by OS/2 2.0 this was vastly improved.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +16

      What's so depressing is Microsoft had versions of OS/2 1.0 that could multitask DOS applications on a 386, and Windows/286 also showed it could be done even on a 80286. Google OS/2 Football/Sizzle. They're on my topic list at some point.

  • @alexjones3035
    @alexjones3035 4 ปีที่แล้ว +69

    Just stumbled on this through TH-cam recommendations, hell yeah do I want to see more! This is so well done and is chock full of interesting info - I had no idea that Microsoft actually had a JIT inside early versions of Word, that's awesome. Been a long time since I've so eagerly subbed to a tech channel! :)

    • @NCommander
      @NCommander  4 ปีที่แล้ว +12

      It's more pure interpenetration as far as I can tell (that part of the code is shipped in object form) so Word actually runs slower on the whole because of it. While JITs were probably known at the time, I don't think they were proved practical until Java did it.

    • @nickwallette6201
      @nickwallette6201 2 ปีที่แล้ว +1

      But.... why?? Was this just Microsoft hedging their bets, and going way beyond the call of duty to ensure portability between the various OSes that could become dominant at the time? Given that _just Microsoft_ was dabbling with DOS, Xenix, Windows, and OS/2 at the time, and there were Macintosh ports as well.
      It seems hard to fathom, in those early days, that the layer of abstraction wouldn't have caused a fair share of heartache. RAM, CPU, and storage space were all at a premium.

    • @TheSimoc
      @TheSimoc 2 ปีที่แล้ว +1

      @@NCommander Yep, this actually finally explains why Word really felt so distinctively bloated and slow even in those golden times of efficient coding and almost nonexistent software bloat. Still, way less bloated though than modern unusably bloated Word, both absolutically and relatively to contemporary hardware.

  • @johnkim1296
    @johnkim1296 4 ปีที่แล้ว +35

    You are truly the Indiana Jones of Jurassic software compiling, awesome video!

    • @NCommander
      @NCommander  4 ปีที่แล้ว +8

      Thank you kindly. I do plan to do more of these videos, but I'm a little hesistant because their licenses aren't exactly what I call fun. Still, I'm deeply eyeing the Adobe Photoshop, or maybe some stuff on the Rogue Archive webpage.

  • @stevejohnson1685
    @stevejohnson1685 3 ปีที่แล้ว +16

    My favorite document editor from 1989 was "Framemaker", with which I created and edited tons of software documentation for medical device development. It had a built-in version of "Maple", a mathematical environment akin to Wolfram Alpha, used for equation editing and expression "simplification" (i.e. solving). In addition, it did an excellent job supporting structured documents (i.e. paragraphs tagged with styles, just like Word, but better implemented than any Word version I've seen then or since. Framemaker, alas, is long gone.

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว +5

      No it isn’t, Adobe still sells FrameMaker to this day.

  • @Reziac
    @Reziac 4 ปีที่แล้ว +45

    Huh. That was unexpectedly fascinating! Looking forward to the sequels.

    • @lowmax4431
      @lowmax4431 3 ปีที่แล้ว +6

      did he ever make them?

    • @Mitch-xo1rd
      @Mitch-xo1rd 11 หลายเดือนก่อน

      ​@@lowmax4431Nope...

  • @heatedpoolandbar
    @heatedpoolandbar 3 ปีที่แล้ว +20

    TH-cam needs more videos in 16 color. Whenever I'm doing a new GNU/Linux (usually a Debian) install, I always go for the old school text installer because it is so fun to interact with.

  • @LostieTrekieTechie
    @LostieTrekieTechie 4 ปีที่แล้ว +10

    Fascinating stuff, Waiting for part two.

  • @KixPanganiban
    @KixPanganiban 3 ปีที่แล้ว +15

    You have quickly become one of my favorite channels on TH-cam. I work as a software engineer and you don't understand how much joy it brings me to stop compiling shit, stop the painful dev workflows, call it a day, and go watch someone else do it on TH-cam 😂

  • @ihartmacz
    @ihartmacz 4 ปีที่แล้ว +5

    I think I’ve found one of my new favorite channels on TH-cam. Thank you so much for this content!

    • @NCommander
      @NCommander  4 ปีที่แล้ว

      Thank you very much!

  • @NikiDaDude
    @NikiDaDude 4 ปีที่แล้ว +8

    I'm glad youtube recommended me this channel.
    Also it almost feels weird seing someone use the Cinnamon DE in a video, for some reason it doesn't seem to be very popular compared to Gnome or KDE.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +2

      Usability is overrated in 2021 it seems :(. Cinnamon manages to basically do what a DE needs to do, and then stay out of the way without being super fancy.

  • @gogogord
    @gogogord 4 ปีที่แล้ว +14

    I used to mess around with Win 3.1 when I was very young, I am stunned at how similar it is in look and feel to OS/2!

    • @BritishBeachcomber
      @BritishBeachcomber 2 ปีที่แล้ว

      But a pain for developers using both. Similar system calls but with parameters swapped/reversed.

  • @jfwfreo
    @jfwfreo 3 ปีที่แล้ว +4

    Are you ever going to publish the follow-up to this talking more about what's going on?

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 4 ปีที่แล้ว +23

    I remember a third-party app called Word For Word. I think it was some kind of document-translation addon for Microsoft Word. This was in the DOS days. Then when Microsoft brought out Word For Windows, naturally there was a new version of the addon, called ... wait for it ... Word For Word For Word For Windows! #IKidYouNot

    • @NCommander
      @NCommander  4 ปีที่แล้ว +18

      Microsoft's marketing department has had some bad spots. They're currently figuring how many X's they can put in Xbox One X

    • @pitust
      @pitust 3 ปีที่แล้ว +2

      @@NCommander at least one more

    • @nickwallette6201
      @nickwallette6201 2 ปีที่แล้ว +1

      @@NCommander Waiting for the limited edition Xbox Series X Triple-X Edition.
      Everybody knows X is the coolest letter in the alphabet, by far. Suck it, Z. Like my dad used to say, the more Xes the better.

  • @stevenjlovelace
    @stevenjlovelace 3 ปีที่แล้ว +7

    I love OS/2 and all of it's blandness. Even the later Warp versions give off that Steve Buscemi "Hey, fellow kids" vibe.

  • @einsteinx2
    @einsteinx2 4 ปีที่แล้ว +1

    This was really fascinating to watch and you did a great job filling in the gaps for those like me that are no very familiar with OS/2. Subscribed immediately and looking forward to your other videos!

  • @martin-ot
    @martin-ot 4 ปีที่แล้ว +3

    Fascinating story, and I would love to see a follow-up to this one. Any hopeful chance that we might see a part 2? Thanks for the great retro history work! 🙂

    • @NCommander
      @NCommander  4 ปีที่แล้ว

      The answer is "eventually", but TBH, this project had a lot of behind the scenes problems (this video took nearly a month to put together) that I don't want to go into, and I've kinda shelved it for the time being.

  • @thenoble1
    @thenoble1 4 ปีที่แล้ว +9

    dawz is immensely cursed

  • @stoojinator
    @stoojinator 4 ปีที่แล้ว +7

    I just want to know what DOZ is. Disk Operating Zystem?

    • @stoojinator
      @stoojinator 2 ปีที่แล้ว

      I've come back to see if there was an answer, and nothing. Boo NCommander!

  • @BrianWardPlus
    @BrianWardPlus 3 ปีที่แล้ว

    What a great video! I really love your channel. Been watching it a ton lately.

  • @fnjesusfreak
    @fnjesusfreak 4 ปีที่แล้ว +26

    You can thank the FreeDOS project for preserving the GNUish files...which is basically how I knew about it to point it out as a possible solution. XD

  • @mxbunnycatter
    @mxbunnycatter 3 ปีที่แล้ว +1

    I noticed the opus build said preview build in its splash screen.
    also; where did part 2 wander off to?

  • @rickypoindexter9505
    @rickypoindexter9505 3 ปีที่แล้ว +5

    Did the follow up video ever get released? If so I couldn't find it. I would very much like to have those questions answered. Awesome video.

    • @NCommander
      @NCommander  3 ปีที่แล้ว +4

      It didn't; I sorta keep getting sidetracked.

    • @SimonBuchanNz
      @SimonBuchanNz 3 ปีที่แล้ว +1

      @@NCommander we will forever more be tortured by the question of if Word for Windows 1.1 will run under Windows 10.

  • @DOSdaze
    @DOSdaze 4 ปีที่แล้ว +1

    As someone who often has to build old C projects I really enjoyed this journey... was on the edge of my seat with every little setback :) I like how you go through failed attempts; makes people like me feel a bit less stupid when I keep running into roadblocks with each step of something I'm trying to figure out.
    Would love to see some snippets of anything you find interesting just to see what the general style was back then. And I'm guessing Windows 10 is able to run this, assuming you're using a 32 bit version. Microsoft loves them some backward compatibility.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +1

      It actually fails miserably on Windows 10, and almost all later versions of XP. The reasons are rather complex, but I haven't gotten back to this just yet.

    • @DOSdaze
      @DOSdaze 4 ปีที่แล้ว

      @@NCommander Dang, well I definitely haven't tried something this old. Looking forward to the next episode 👍

    • @nickwallette6201
      @nickwallette6201 2 ปีที่แล้ว

      I'm always shocked when something _does_ compile, and stunned when it also _runs!_
      As a Gentoo user, I live on hopes and dreams.

  • @user-nu5ib2ri9o
    @user-nu5ib2ri9o 4 ปีที่แล้ว +1

    Awesome stuff, can't wait for the second part. Thanks!

  • @kennytheamazing
    @kennytheamazing 3 ปีที่แล้ว +1

    Did the follow-up video to this ever come out? I can't find it...

    • @NCommander
      @NCommander  3 ปีที่แล้ว +2

      Life sorta happened. I might still do it, but its on the backburner.

    • @kennytheamazing
      @kennytheamazing 3 ปีที่แล้ว

      @@NCommander No worries! I was just wondering if I missed it!

  • @MilMike
    @MilMike 4 ปีที่แล้ว +3

    cant stop watching your videos! Fascinating stuff - Retro OS stuff and coding, lovely combination.

  • @simpleprogrammingcodes
    @simpleprogrammingcodes 2 ปีที่แล้ว +1

    Great video. Waiting for the second part. I'd like to know more about what you found in the source code.

  • @unknownunknown-us5ml
    @unknownunknown-us5ml 3 ปีที่แล้ว +6

    Why do you say DOS like that? From someone who was there and involved in its origins, you’re saying it wrong.

  • @zdanee
    @zdanee 2 ปีที่แล้ว

    Now this brings back memories. My first PC was an IBM PS/2 sx56 386sx running OS/2 2.0, I bought it from my pocket money at a garage sale and it just so happened to come with that (it was ancient at that time I got it already). I've found a set of floppies through friends (and parents of friends) that contained a native OS/2 set of Word 5 and Excel 4 I think. I actually still have that old 386 and it's in working order too, I boot it up from time to time just for fun.

  • @osmanpasha_diy
    @osmanpasha_diy 2 ปีที่แล้ว +1

    Hi, thanks you an amazing video! Have you released that next video about Word lineage? I couldn't find one

  • @kelli217
    @kelli217 4 ปีที่แล้ว +35

    Well, pronouncing it 'Dawes' is still better than Loretta Swit calling it 'Dose.'

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว +2

      Any pronunciation other than “doss” is just annoying! This “dawz” nonsense is surprisingly distracting!

    • @typhoonf6
      @typhoonf6 2 ปีที่แล้ว

      I don't want to take away from your pain... But surely there are more pressing things to be concerned with 🤷‍♂️

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว

      @@typhoonf6 No! It’s the pressing issue of the century!

    • @kelli217
      @kelli217 2 ปีที่แล้ว +1

      @@typhoonf6 Surely. Such as correcting people's assumed priorities in internet comments?

    • @typhoonf6
      @typhoonf6 2 ปีที่แล้ว

      @@kelli217 you announce a preference for correct pronunciation, I question priority of that issue, you question the priority of my question... It's a vacuous cycle

  • @theannoyedmrfloyd3998
    @theannoyedmrfloyd3998 4 ปีที่แล้ว +10

    MS Dawz?

    • @donaldklopper
      @donaldklopper 4 ปีที่แล้ว +1

      Yeah what's with that? Is it a common pronounciation? I'm not an English native so I shouldn't complain to hard...

    • @davidfrischknecht8261
      @davidfrischknecht8261 4 ปีที่แล้ว +6

      @@donaldklopper I'm a native English speaker and have never heard it pronounced with a voiced 's'.

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว +1

      @@donaldklopper it’s definitely, DEFINITELY not the correct pronunciation in English! “Doss”, not “dawz!”

  • @darkfoxfurre
    @darkfoxfurre 3 ปีที่แล้ว +1

    Where's the part two for this?

  • @SirRandallDoesStuff
    @SirRandallDoesStuff 3 ปีที่แล้ว +4

    This is great history love the video. The only thing that irritated me is the way you say DOS as DOZ but other than that great video.

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว

      Glad it’s not just me who found it irritating!

  • @admiralmyxtar3702
    @admiralmyxtar3702 3 ปีที่แล้ว +3

    Damn, I really miss actually useful error messages. Heck. it even suggests what you should do to fix it (11:27). It's not a like "Uh-oh, something went wrong" or a BSoD with emoji

  • @Dorff_Meister
    @Dorff_Meister 2 ปีที่แล้ว

    During my college years, I was as an co-op at IBM (alternating semesters, doing VAR support for AIX for RS6000 machines) when OS/2 Warp went gold. I'd wanted to play with OS/2 but never before had the chance. After downloading a stack of floppies, I finally found a spare PS/2 machine that was capable of running it. I got it installed. Played with it for about 30 minutes. I think I tried a few pieces of software with (at best) mixed success. It seemed neat, but I don't think I ever did anything else with it.

  • @flp322
    @flp322 3 ปีที่แล้ว +2

    I'm new to the channel and I've been binging your videos (found you via the pinball video, as an MJD subscriber I had to watch :D) However, I can't find the second part of this video (you mention in the end) on your channel. Did you ever manage to get it out? I'd love to see it!

    • @NCommander
      @NCommander  3 ปีที่แล้ว

      Michael MJD actually gave me a shoutout recently in his Compaq portable video.

  • @davidfrischknecht8261
    @davidfrischknecht8261 4 ปีที่แล้ว +30

    This is the first time I've heard someone pronounce DOS with a voiced 's' instead of a voiceless 's'.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +3

      To be honest, the voiced S is how I always remember hearing and pronouncing it. I get so many comments complaing I use a Z sound but it doesn't sound right to me.

    • @CordSchneider
      @CordSchneider 4 ปีที่แล้ว +5

      @@NCommander Considering that DOS is an acronym for Disk Operating System, the S should be provided 's' rather than 'z'.

    • @thenoble1
      @thenoble1 4 ปีที่แล้ว +6

      @@CordSchneider initialisms don't inherently take on the pronunciation of their origin words. You don't say "skuh-buh" for SCUBA or "lahhseer" for laser, right?

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 4 ปีที่แล้ว +3

      ... or “deb-ian” instead of “dee-bian”?

    • @bitwize
      @bitwize 3 ปีที่แล้ว +3

      It's like how I discovered the Brits called the SNES the "snezz". Makes it sound like some sort of nasal accessory.

  • @gbraadnl
    @gbraadnl 2 ปีที่แล้ว +1

    4:24 it must have been those additional 4 kilobytes of memory :-P (!~8192)

  • @Shiunbird
    @Shiunbird 4 ปีที่แล้ว +4

    Epic! Top stuff!

  • @bitterlemonboy
    @bitterlemonboy 3 ปีที่แล้ว

    the feeling when you finally get something to compile without errors is orgasmic.

  • @LaskyLabs
    @LaskyLabs 3 ปีที่แล้ว +3

    Will it build? That is the question.
    *Saxophones start playing.*

  • @luispanaderoguardeno3306
    @luispanaderoguardeno3306 4 ปีที่แล้ว +4

    Short answer about running on Windows 10 : Should if is Windows 10 32 bit version
    There is a video where a guy does Windows upgrades from Windows 1.0 to Windows 10 32 bit and can keep running original Windows 1.0 applications on every version of Windows.
    However, the 64 bit version of Windows, dropped all support to run 16 bit applications.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +5

      It doesn't, for very specific and complex reasons. I just haven't gotten around to making the follow-up to this one.

  • @mrt1r
    @mrt1r 4 ปีที่แล้ว +1

    "Can you compile and run winword in OS/2?"..."Well, technically yes if you install windows on top."

  • @Mnxglitchz
    @Mnxglitchz 9 หลายเดือนก่อน

    5:00 Presentation Manager is this way because of the infighting between IBM divisions and Microsoft.
    (Before anyone comments, I'm not a know all person and my sourse is a video by the youtube channel "Another Boring Topic", so please don't act like I'm a person who just argues and doesn't understand opinions or sarcasm/jokes as I'm not).

  • @jinxterx
    @jinxterx 4 ปีที่แล้ว +13

    Is it DOZ or DOS? :P

    • @wton
      @wton 4 ปีที่แล้ว

      Es 2

  • @pschroeter1
    @pschroeter1 2 ปีที่แล้ว

    At the time I think I was using Word for Macintosh 3.1. Despite all the features that version missed, I have extremely pleasant memories for the interface. I just upgrade Word 2013 for the PC to 2021 and I'm just happy there were no major changes I could see.

  • @BigB848484
    @BigB848484 3 ปีที่แล้ว +1

    13:42 - one of the people listed in the copyrights is actually my university teacher :D

  • @DJohn001
    @DJohn001 2 ปีที่แล้ว

    So the answers of the question at the end remain unanswered? I couldn't easily find a part 2 of compiling word.

  • @proxy1035
    @proxy1035 3 ปีที่แล้ว +1

    4:22 oof it kinda hurts to see how you set the memory to 8196kB instead of 8192kB
    then again the sytsem shouldn't care

  • @MrKnightmeister
    @MrKnightmeister 3 ปีที่แล้ว +2

    Hey, you still planning part 2? Talk about cliffhanger!

  • @SuperSmashDolls
    @SuperSmashDolls 3 ปีที่แล้ว +1

    I get the feeling developing Windows applications on OS/2 is basically the PC equivalent of developing Macintosh applications in Lisa Workshop.

    • @NCommander
      @NCommander  3 ปีที่แล้ว +2

      It probably was, but it was quite awhile before there was enough get up and go on an actual Macintosh to do development. I won't be surprised if Apple kept using Workshop until the Macintosh Plus or even later because early Macs were really anemic.

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว

      @@NCommander But the Lisa’s 68000 CPU ran several MHz slower than the one in the Mac. Equipped with the same amount of RAM and a hard disk, the Mac was almost certainly a much faster build environment than the Lisa.

    • @nickwallette6201
      @nickwallette6201 2 ปีที่แล้ว

      @@tookitogo Did the Lisa use the same memory for video, though?

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว

      @@nickwallette6201 Yes. I’ve never, ever seen mention of the Lisa having separate video memory.

  • @schwalleyf
    @schwalleyf 3 ปีที่แล้ว +1

    Just to let you. I was one of the first working with os/2 since 1.0. 1.2 had an official version of word and excel for OS/2 as well as page maker. On thing you had to know there was a Rex application with iOS/2. Banks used the OS/2 because of stability. .

  • @barowt
    @barowt 2 ปีที่แล้ว

    Not about OS/2 but I was playing with 86Box last night, and found that when installing Windows 95, you can opt to load up the old style 3.11 File Manager instead of the Windows 95 desktop..

  • @martinprohn2433
    @martinprohn2433 2 ปีที่แล้ว

    Somehow I didn't find the video where you run this (or not run this) on Windows 10. Can you maybe share a link here?

    • @NCommander
      @NCommander  2 ปีที่แล้ว +4

      I never made a follow up for life reasons, but its still on the topics list. Hopefully soon.

    • @guiorgy
      @guiorgy 2 ปีที่แล้ว

      @@NCommander Hope to see it soon 👍

  • @dr.shuppet5452
    @dr.shuppet5452 3 ปีที่แล้ว

    Very nice, I'm looking forward to the followup video :)

    • @NCommander
      @NCommander  3 ปีที่แล้ว +2

      Follow-up has been in ... an ugly situation. I'll get there eventually but it will take awhile ...

    • @dr.shuppet5452
      @dr.shuppet5452 3 ปีที่แล้ว

      @@NCommander That tends to happen with old systems... Good luck!

  • @ssl3546
    @ssl3546 ปีที่แล้ว

    It would be great to get follow-up on this video. Doesn't have to be perfect - just want to hear those insights you got.

  • @jonsmith1271
    @jonsmith1271 4 ปีที่แล้ว +5

    'Knee - sh' niche ;)

    • @christophertstone
      @christophertstone 4 ปีที่แล้ว

      Lots of people pronounce it "nitch"; as noted in the OED www.oxfordlearnersdictionaries.com/us/definition/american_english/niche

    • @tookitogo
      @tookitogo 2 ปีที่แล้ว

      Aye! And kludge rhymes with stooge, not fudge!

  • @monad_tcp
    @monad_tcp 3 ปีที่แล้ว +3

    Every company should do like Microsoft did and release the source code after 20 years, for archival, before its completely lost. We lost so many pieces of historical software already, its kind of sad.

    • @nickwallette6201
      @nickwallette6201 2 ปีที่แล้ว

      20 years. That would mean XP is due for open-sourcing. wwhhheew... that did not feel good to contemplate.

    • @monad_tcp
      @monad_tcp 2 ปีที่แล้ว

      @@nickwallette6201 XP reminds me of my teenager years.
      There are people born after 2000s
      Eew
      They were babies when XP was launched

    • @monad_tcp
      @monad_tcp 2 ปีที่แล้ว

      We are just old bro.

  • @Dorff_Meister
    @Dorff_Meister 2 ปีที่แล้ว +1

    In my relatively limited experience, grep, fgrep, and egrep often all use the same binaries and sets the switches based on which one you ran. Or egrep and fgrep are scripts that call grep with specific switches. You MIGHT have had everything you needed, already if either of these two cases were true. Or you could have edited the script to have grep called instead but add the -E flag for egrep.

    • @NCommander
      @NCommander  2 ปีที่แล้ว +1

      Tried it, didn't work. These look like they were right out of AT&T UNIX, so probably was still all seperate binaries.

  • @Alexagrigorieff
    @Alexagrigorieff 4 ปีที่แล้ว +1

    For what it's worth, the 32 and 64 bit PE (Portable Executable) executables in modern Windows still have the MS-DOS stub in the first hundred bytes, which will print "This program cannot be run in DOS mode", if started under DOS. You can link a PE file using any DOS program as a stub.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +1

      Indeed correct; the MZ binary at the start infact part of the PE specification. Even grubx64.efi on my system has "This program can't be started in DOS mode".

    • @dr.shuppet5452
      @dr.shuppet5452 3 ปีที่แล้ว +1

      @@NCommander I wonder if EFI executables also have this on Itanium. I'll have to check it tomorrow.

    • @0x8badf00d
      @0x8badf00d 2 ปีที่แล้ว +1

      @@dr.shuppet5452 Well?

  • @gardener_leaftail
    @gardener_leaftail 4 ปีที่แล้ว

    I wonder if it is possible to build word on modern linux distros

  • @mikesbasement6954
    @mikesbasement6954 2 ปีที่แล้ว +1

    As the old joke went "OS/2 for PS/2: half an operating system for half a computer" lol

  • @croquagei1
    @croquagei1 3 ปีที่แล้ว +2

    I think one of the other technical/marketing problems with OS/2 was what incentive was there to create a native OS/2 application? With OS/2 having a Windows personality, you could run Windows 3.x programs flawlessly.
    So if you were a developer, why limit your market to only OS/2 users (or develop two versions) of your application when a 3.x release would work on both. Without any "killer apps" you couldn't get on Windows, why would you use OS/2?

  • @jonathanvanier
    @jonathanvanier 4 ปีที่แล้ว

    Terrific work! 👍

  • @mulletman1705
    @mulletman1705 3 ปีที่แล้ว +1

    Did Google also pledge not to monetize this video

    • @NCommander
      @NCommander  3 ปีที่แล้ว +2

      Unfortunately, after I posted this, Google decided to put ads on even non-monentized content.

    • @mulletman1705
      @mulletman1705 3 ปีที่แล้ว +2

      @@NCommander maybe Microsoft will sue Google for breaking their T&Cs

  • @pekkaylonen9611
    @pekkaylonen9611 3 ปีที่แล้ว +1

    So, P-code (pseudo-code) is EL meta data structures like nowadays lambda JIT code to compile inline to actual code or just a data structure for IntelliSense or class inheritance. Note, OS/2 REXX script language with VROjects add-on is still way better than nowadays Powershell. Why in programming to OS/2 you need anchor (application/process instance) and window handle , but in Windows only a window handle? Is it for console extension to GUI paradigm? More, in Windows your 0,0 location is top and left versus OS/2 bottom and left to enforce XGA graphics card usage versus VGA clones. Windows and OS/2 have opposite z-directions to make porting tedious using view port and world mapping efficiently if try to be dual software rendering compliant.

  • @mrlint0
    @mrlint0 4 ปีที่แล้ว +2

    So I have a clear recallection reading about the maligned word 6 for macos, and how it was supposed to have been written in some kinda script language from the windows version. But it's much better explained by the bytecode runtime

    • @NCommander
      @NCommander  4 ปีที่แล้ว +4

      I actually made a slight factual error (it's noted in the writeup); Word itself is compiled to bytecode, but EL is actually the runtime for the macro language. I meant to address this in part 2 of Word, but TBH, that video has had difficulty in the scriptwriting stages so its deferred until I can manage to tackle it.

  • @deaflat1119
    @deaflat1119 4 ปีที่แล้ว +8

    I think I had a mini-stroke every time you pronounced DOS as DOZ.

  • @hinzster
    @hinzster 3 ปีที่แล้ว +2

    As a former user of OS/2 1.2 (briefly), 1.3 and 2.0 I have to admire your bravery. 1.2 was a bugfest, 1.3 was somewhat ok, but it was first with 2.0 that I (as a DOS developer) could exchange DOS for OS/2 and have a better development environment. Yes, the fact that I worked with Clipper (a dBase compiler) and Turbo-Pascal had something to do with that, Clipper was really memory-hungry, and Turbo-Pascal made funny stuff with the screen interface (direct writes if I remember correctly), and none of those were "family-mode" binaries. However, with OS/2 I finally had a better DOS than DOS, even with "three machines" running on OS/2: one to compile, one to edit and one to test the resulting program.

    • @dr.shuppet5452
      @dr.shuppet5452 2 ปีที่แล้ว

      Windows/386 could do that long before OS/2 2.0 was released, sadly, which was one of the reasons for the decline of OS/2.

  • @ajplays-gamesandmusic4568
    @ajplays-gamesandmusic4568 2 ปีที่แล้ว

    Wasn't OS/2 Warp the graphical version of OS/2?
    I thought OS/2 was text be based (like DOS).

    • @YaztromoX
      @YaztromoX 2 ปีที่แล้ว +1

      OS/2 1.0 was text based, but subsequent versions had a GUI. OS/2 2.1 introduced the WorkPlace Shell GUI, which was what was used in WARP 3 and WARP 4.

  • @PixPMusic
    @PixPMusic 5 หลายเดือนก่อน

    Wait, no follow-up?

  • @maedero05
    @maedero05 4 ปีที่แล้ว

    Wondering about the old age of Win 3.1, OS/2, old GEOS and overcourse DOS ! OS/2 3.0 had the plus pack, have a system with OS/2 3.x never used it much until now. Hardware a great issue, exchange data, searched for upgrade to 4.x and maybe a zip or network exchange. Like those stories about old age, why an how everything evolved since. Obviously the memory issue than was the biggest hurdle to take when programming anything, well done !

    • @NCommander
      @NCommander  4 ปีที่แล้ว +1

      DOS/Win16 is sorta a special case because both those environments were badly affected by limitations imposed by the 8086 and 286 processors (specifically segmentation). 386 and later doesn't have that and has in practice not changed much since say 1995 to present day.
      For environments that didn't have such crazy limitations such as UNIX, in many ways, it's essentially unchanged from the 1970s to modern day.

  • @xiEatNoodlezx
    @xiEatNoodlezx 3 ปีที่แล้ว +1

    There was no pt2 :(

    • @NCommander
      @NCommander  3 ปีที่แล้ว

      It's only my list of topics, but I'm been somewhat uninspired to get into it.

  • @fragglet
    @fragglet 3 ปีที่แล้ว

    Was part 2 never released? :(

    • @NCommander
      @NCommander  3 ปีที่แล้ว

      Real life issues came.

  • @inkstray
    @inkstray 3 ปีที่แล้ว

    Can it be compiled for linux too?
    Wait so the license even prevents from releasing a patch?

    • @NCommander
      @NCommander  3 ปีที่แล้ว

      No, since due to the custom C compiler it doesn't really match WINE's API, and the license prevents you from doing any real work with it.

  • @monad_tcp
    @monad_tcp 3 ปีที่แล้ว

    11:42 wow, it did had an use. the infamous ring 2 !

  • @bertsimpsan
    @bertsimpsan 3 ปีที่แล้ว

    What's the name of the old PC Emulator?

  • @curtismenzies428
    @curtismenzies428 2 ปีที่แล้ว

    Genuinely curious, would these old licenses really still hold up today?

    • @nickwallette6201
      @nickwallette6201 2 ปีที่แล้ว

      Why wouldn't it? By law, copyrights are valid until Nobody Cares Anymore, or World Peace, whichever comes first.

  • @anidnmeno
    @anidnmeno 4 ปีที่แล้ว +7

    D O Z Z

  • @leo_lausemaus3143
    @leo_lausemaus3143 2 ปีที่แล้ว

    ITS REALLY WORKED LOL THANK YOU DUDE

  • @darrenstarr1167
    @darrenstarr1167 3 ปีที่แล้ว +4

    You made a list of why OS/2 failed. It was much much simpler than that. Development tools were net readily available… meaning you couldn’t just pirate them from a BBS. So, no one developed for it.

  • @DekosAnjo
    @DekosAnjo 4 ปีที่แล้ว

    man i really want to use pcem on linux. but i don't find anywhere, just the source code.

    • @NCommander
      @NCommander  4 ปีที่แล้ว

      I had to compile it from scratch.

  • @spacewolfjr
    @spacewolfjr 4 ปีที่แล้ว

    New(?) Intro is great!

    • @NCommander
      @NCommander  4 ปีที่แล้ว +1

      I had an intro on the previous video, but I realized it was a bit too similar to Novell's corporate logo so I changed it. I might end up doing Simpsons like couch gags though :)

  • @Ybalrid
    @Ybalrid 3 ปีที่แล้ว +1

    I have heard Microsoft also used their own homegrown Unix (xenix?) system on a PDP-11 (called Miss Piggy), and was used by the dos development team 🤔

  • @DrPeeper
    @DrPeeper 2 ปีที่แล้ว

    The next part?

    • @NCommander
      @NCommander  2 ปีที่แล้ว +1

      Got caught up in other projects >.>;

    • @DrPeeper
      @DrPeeper 2 ปีที่แล้ว

      @@NCommander Ok :(

  • @AndreasToth
    @AndreasToth 3 ปีที่แล้ว

    Did you just say Xenix was by Microsoft? I've heard the name Xenix before but know nothing about it. Perhaps you could make a video about Xenix at some point?

  • @44Bigs
    @44Bigs 4 ปีที่แล้ว

    Very interesting that they would use OS/2, but looking at the abilities of DOS and pre-386 Windows at the time it makes sense. I wonder how long it took for internal Microsoft projects like this on to move to a development environment hosted on Windows (>=3.1) with something like Visual C++. Also, the bytecode thing? Wow.

    • @NCommander
      @NCommander  4 ปีที่แล้ว +3

      From what I can tell, a lot of MS development was initially done on mainframes, then on-top of Xenix, OS/2, and then primarily Windows NT, although some development was indeed done ontop of DOS/Win 3.1/Chicago/95.

    • @ciano5475
      @ciano5475 4 ปีที่แล้ว

      @@NCommander You can ask what it was the development toolchain to David Plummer a MS developer from the DOS era.
      He has a channel now
      th-cam.com/channels/NzszbnvQeFzObW0ghk0Ckw.html

  • @rursus8354
    @rursus8354 2 ปีที่แล้ว

    These questions have a very distinct answer: 1. why compile Word for ... [what] ... ? 2. why should I use OS/2? The answer is: *Because I can!* _(And it is also a moral obligation to geekhood)_

  • @Walczyk
    @Walczyk 2 ปีที่แล้ว

    did i miss the sequel??

    • @NCommander
      @NCommander  2 ปีที่แล้ว +2

      Didn't get made, although I'll probably touch on aspects on this going forward.

  • @Dunestorm333
    @Dunestorm333 4 ปีที่แล้ว +4

    I wish Microsoft didn't force everyone to use Microsoft 365 subscription-only crapware nowadays. I think it's so greedy of them to only sell their suite as a subscription only product now. I didn't mind paying every several years for a permanent version.

    • @cokeacolasucks
      @cokeacolasucks 4 ปีที่แล้ว

      365 is subscription. They've always offered a non subscription version: 2010, 2013, 2016, and 2019. Currently, 365=2019. Home and business 2019 is $249, or just over 3x years of subscription 365 (but you lose Publisher and Access; Pro is $399 and has those, but it's nearly 6 years of subscription in price.)

    • @NCommander
      @NCommander  4 ปีที่แล้ว

      He might be thinking of Adobe which indeed does the subscription only model. Microsoft just prices Office so high that you'd have to a small fortune but considering there hasn't been any real "major" features in Office from 97 -> onward, well ...

    • @Dunestorm333
      @Dunestorm333 4 ปีที่แล้ว

      @@cokeacolasucks I'm still using Office 2013 but I've switched to LibreOffice recently since it does almost everything I want an Excel and Word to do.
      The only thing I'd say the Microsoft products do better is having much nicer templates available to download.

    • @mrcrackerist
      @mrcrackerist 4 ปีที่แล้ว

      For ms documents I have found OnlyOffice useful :)

  • @nyanpasu64
    @nyanpasu64 3 ปีที่แล้ว

    4:25: 8196 MB?

    • @NCommander
      @NCommander  3 ปีที่แล้ว

      Mistakes were made.

  • @rursus8354
    @rursus8354 2 ปีที่แล้ว

    OS/2 3.0 was pretty nifty. I didn't run it much though.

  • @monad_tcp
    @monad_tcp 3 ปีที่แล้ว

    4:09 that's why I was never able to make it work when I was a 9yo child with my 486DX4 100Mhz. It was just too fast.

  • @hbarudi
    @hbarudi 3 ปีที่แล้ว

    You have OS/2? What about trying this on ecomstation?

  • @ProBloggerWorld
    @ProBloggerWorld 3 ปีที่แล้ว

    „…tortures himself through trying to compile…“: hell yes! As cool as reverse engineering assembler, which I did many years.

  • @anidnmeno
    @anidnmeno 4 ปีที่แล้ว +2

    5:00 there actually was!

    • @NCommander
      @NCommander  4 ปีที่แล้ว

      It took a lot of temptation not to clip in the Futurama scene "We kept it gray".

  • @northof-62
    @northof-62 4 ปีที่แล้ว

    The nightmares of config.sys
    And I'd like a Word lineage video.
    Is there any relation to WordPad or Write?

    • @NCommander
      @NCommander  4 ปีที่แล้ว +6

      There's an unusually complex relation to Write. I'll get the follow-up here made ... eventually ...

    • @northof-62
      @northof-62 4 ปีที่แล้ว

      @@NCommander thx