Open Sourcing DOS 4
301–310 of 382 posts
Re: Open Sourcing DOS 4
#302It looks like "brain damaged" was the developer's go-to insult when frustrated :D 2024-04-25 19:35 ~/sort/dl/MS-DOS % grep -nri 'brain[ -]damage' . ./v4.0/src/DOS/STRIN.ASM:70:; Brain-damaged TP ignored ^F in case his BIOS did not flush the ./v4.0/src/DOS/PATH.ASM:24:; MZ 19 Jan 1983 Brain damaged applications rely on success ./v4.0/src/DOS/FCBIO.ASM:28:; MZ 15 Dec 1983 Brain damaged programs close FCBs multiple ./v4…
Super cool to see MZ initials, which are for Mark Zbikowski. They are still to this day at the beginning of every Windows executable/PE file.
Re: Open Sourcing DOS 4
#303Earlier quoted context omitted.
Early Microsoft seemed to be a pretty hardcore environment. I guess many employees came and got burned out in a few years.
And/or they cashed out $TEXAS in stock and rode off into the sunset.
Re: Open Sourcing DOS 4
#304Holy cow, this is huge! DOS 1.x and 2.x are too old to run a lot of vintage DOS software, but 4.x would run just about everything.
No, you are thinking of 4.01 this is 4.0. Those are very different operating systems, this is DOS 3.2 + later abandoned very crude multitasking features. Roughly. And this matters because DOS 3.3 was a milestone. 4.01 comes from 4.00 which has nothing to do with 4.0 (yay for versions).
Re: Open Sourcing DOS 4
#305Earlier quoted context omitted.
Tangent, but Windows NT had a POSIX subsystem for a while.
Kind of for a very long while. You then had a descendant SFU from some SP of NT4 to XP / Server 2003, then a further one SUA until Windows 8 / Server 2012. With some code flowing between various companies. I think SFU still used the Posix NT subsystem core. Probably also SUA, although I'm less sure. Not really the case WSL1, though (although probably the core NT kernel was more ready to support it, thanks to its hist…
Re: Open Sourcing DOS 4
#306Re: Open Sourcing DOS 4
#307Earlier quoted context omitted.
> MS-DOS wasn’t yet localized to Finnish in 1989 That's genuinely something today I appreciate but when putting the 10th floppy in to update windows3.x. relative these days! > it feels a bit sad that today’s kids can’t get the same feeling that the computer Can't agree more. trying to get my cousins and nephews interested is in their term "Not important"
I really loved the rare cases of software publishers who put the serial number for the software on disk two instead of disk one so you didn’t have to eject the disk you were working from to do the install.
Re: Open Sourcing DOS 4
#308Earlier quoted context omitted.
For some insight, look how people are combing for curse words/ devs making jokes about people being brain damaged etc. There is no upside for the company, and all that has to happen is some unsavory politically incorrect joke to get missed from sanitization and the are on the cancelled chopping block.
I think I lost it when they suggested we stop using the term 'sanity check' or 'sane defaults' because they might offend, well, brain damaged people. I am close to writing a browser extension that does a find and replace to reverse change these imposed, humourless, coddled changes.
I will be your first paying customer
Re: Open Sourcing DOS 4
#309It looks like "brain damaged" was the developer's go-to insult when frustrated :D 2024-04-25 19:35 ~/sort/dl/MS-DOS % grep -nri 'brain[ -]damage' . ./v4.0/src/DOS/STRIN.ASM:70:; Brain-damaged TP ignored ^F in case his BIOS did not flush the ./v4.0/src/DOS/PATH.ASM:24:; MZ 19 Jan 1983 Brain damaged applications rely on success ./v4.0/src/DOS/FCBIO.ASM:28:; MZ 15 Dec 1983 Brain damaged programs close FCBs multiple ./v4…
Super cool to see MZ initials, which are for Mark Zbikowski. They are still to this day at the beginning of every Windows executable/PE file.
Another is "PK" as found in the header of ordinary .zip files, after its creator Phil Katz (RIP).
Re: Open Sourcing DOS 4
#310Is there anything useful that isn't already implemented in FreeDOS?