Earlier quoted context omitted.
Have you ever heard someone get called slow? That's an insult too. So now you have quick tests. That's disrespectful towards me because I got called slow once. This can go on forever.
"The test who is on a performance-improvement-plan" ;)
Open Sourcing DOS 4
251–260 of 382 posts
Re: Open Sourcing DOS 4
#252Earlier quoted context omitted.
Around the year 2000, I was studying computer science at a university. Most of their PC's ran on Windows 3.1. I was using it at home. But one day, Microsoft sent me an offer: I could purchase the student release of Windows 2000 workstation for a mere $25.00. I went for it, and found it better than the Windows NT nap-sayers at school said. I don't know why I was contacted. Probbably because of other Microsoft programs…
Windows 2000 Pro was what I used at home for a long time and it was great. NT 3 and 4 were absolutely terrible which might explain your NT naysayers at school. I never once had to reapply a service pack in Win2k
Re: Open Sourcing DOS 4
#253Earlier quoted context omitted.
Around the time Windows 2000 came around. Up to Windows 3.11 it was a GUI on top of DOS. Windows 95, 98, Me used DOS to boot and it was still possible to stop the booting process at a DOS prompt (although in Me this was no longer official). Finally Windows 2000 had nothing to do with it as it is NT based.
Tangent, but Windows NT had a POSIX subsystem for a while.
Re: Open Sourcing DOS 4
#254Re: Open Sourcing DOS 4
#255Earlier 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.
The "cancel" stuff only comes from a tiny minority of vocal extremists. Everyone else is entirely unfazed. Of all the things people here probably hate about the current "modern" Microsoft and its products, political incorrectness in decades-old code is far down the list or not even a consideration.
Re: Open Sourcing DOS 4
#256Re: Open Sourcing DOS 4
#257Earlier quoted context omitted.
It might not be a problem for DOS 4, but often the source code of software that was only ever meant to be published as closed source contains source code that was licensed from 3rd parties. This license may not allow publishing the source code. Doing an investigation of what licensed software was used and possibly trying to get permission from the relevant rights holders (if you can even figure out who owns the right…
For DOS, I believe the core was only ever Microsoft or IBM. Some DOS versions bundled add-ons by third parties, but they are hardly essential for operation - e.g. MS-DOS 6 included DEFRAG and MSBACKUP (both licensed from Symantec) and MSAV (licensed from Central Point Software) Similarly, with Windows, the third-party components are generally inessentials such as certain device drivers, games, some optional system co…
He has lots of YouTube videos about the zip stuff.
Re: Open Sourcing DOS 4
#258Earlier quoted context omitted.
>Modern operating systems don’t run binaries tampered with a hex editor. do you mean non-system ones?
MacOS is notorious for this. By default, it would only run binaries signed with an Apple-issued certificate. You can bypass this multiple different ways, of course, but that requires knowing that it can be bypassed in the first place. Then there are mobile OSes where you don't get to see the binaries at all. Yes you can repack an apk but again, that's a more involved process requiring specific tools and knowledge (an…
What do you mean? When I compile something with a myriad of different language stacks or compiler toolchains, I'm not aware of an Apple-issued certificate ever being involved and those binaries run just fine.
Re: Open Sourcing DOS 4
#259Earlier quoted context omitted.
I would assume that with some disassembling 4.01 could be reconstructed from 4.0 without too much trouble.
No. The comments aren't there and 4.01 was also a major rewrite after Microsoft took the project back from IBM.
Re: Open Sourcing DOS 4
#260When I was nine years old, I liked poking around with a hex editor on my dad’s PC. I didn’t speak English and MS-DOS wasn’t yet localized to Finnish in 1989, so I decided to try translating it myself with a dictionary by manually finding and replacing strings in the SYS/COM files. The result worked and my dad was suitably impressed, if probably a bit peeved that nothing worked anymore in the shell as expected (since…
Kids with a hacker mentality (let's face it, even in the 80s those of us who hacked around with DOS etc. were the teeny tiny minority) have more options than ever before, including but not limited to FreeDOS, Linux, or a bunch of others https://en.wikipedia.org/wiki/Comparison_of_open-source_oper...
Finding it is also super easy if you have the curiosity (and of course a PC and an internet connection).