redcalcium,

Take that FreeDOS!

darth_tiktaalik, (edited )
@darth_tiktaalik@lemmy.ml avatar

Pretty soon they’ll need to change the name to HipsterDOS.

FreeDOS before it was cool.

Tja,

Look at me, I AM FREE DOS now

lemmyreader,

!remind 10 years when they will release the source code of Windows 3.0 for non-commercial use

(3.11 will take another 10 years)

figaro,

Not gonna happen, windows probably still has 3.0 code deep beneath the tape holding things together now

chalk46,
chalk46 avatar

Who the hell writes stuff like this in asm, honestly? Hasn't C been around since like the 70s

CookieOfFortune,

Yeah but the compilers weren’t that good at optimization back then.

viking,
@viking@infosec.pub avatar

LOL, some of the comments in the source are gold.

github.com/microsoft/MS-DOS/blob/…/ABORT.ASM


<span style="color:#323232;">Note:  We do need to explicitly close FCBs.  Reasons are as follows:  If we
</span><span style="color:#323232;">; are running in the no-sharing no-network environment, we are simulating the
</span><span style="color:#323232;">; 2.0 world and thus if the user doesn't close the file, that is his problem
</span><span style="color:#323232;">; BUT...  the cache remains in a state with garbage that may be reused by the
</span><span style="color:#323232;">; next process.  We scan the set and blast the ref counts of the FCBs we own.
</span><span style="color:#323232;">;
</span><span style="color:#323232;">; If sharing is loaded, then the following call to close process will
</span><span style="color:#323232;">; correctly close all FCBs.  We will then need to walk the list AFTER here.
</span><span style="color:#323232;">;
</span><span style="color:#323232;">; Finally, the following call to NET_Abort will cause an EOP to be sent to all
</span><span style="color:#323232;">; known network resources.  These resources are then responsible for cleaning
</span><span style="color:#323232;">; up after this process.
</span><span style="color:#323232;">;
</span><span style="color:#323232;">; Sleazy, eh?~
</span>
bane_killgrind,

This is what people mean when they say hostile to users damn wow

interdimensionalmeme,

I imagine that’s already a compatibility thing. If the os closed the file handles at that point but the program was expecting to do that, it might crash.

leanleft,
@leanleft@lemmy.ml avatar

Too late.

en.wikipedia.org/wiki/ReactOS already exists

chocosoldier,

how is reactos these days? is it a drop-in replacement for windblows yet?

billgamesh,

not quite. it works for some things, but still a lot to go!

rickyrigatoni,

still can’t run on bare metal unless you have very specific hardware

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

ReactOS is a Windows clone though, not an MS-DOS one…

BeardedGingerWonder,

And it’s cloning NT

MonkderDritte,

That is different source code, doing way more.

DogWater,

Is this useful for hobbyists besides poking around and seeking the design philosophy at work back then?

Like would there be any advantage or reason to implement this in a home project? For example maybe that it’s lightweight and has some rare compatibility or anything like that?

vext01,
@vext01@lemmy.sdf.org avatar

I think its interesting from a historical perspective.

I imagine people will examine the code, find easter eggs, bugs, unknown features, amusing comments etc.

I look forward to seeing what is found.

Potatos_are_not_friends,

Looking forward to the “when I wrote this code, only god and I knew how it works. Now only god knows” comments.

bigredcar,

There are a lot of decades old embedded systems out there. Every so often you hear about a big company still relying on floppy disks and other old tech, including major railways and airplane companies. Having the source code will help with debugging better than having to disassemble or other reverse engineering.

DogWater,

ATC is a famous one of those lol

MonkderDritte,

Maybe as a reference, if you want to build another abomination?

doublejay1999,
@doublejay1999@lemmy.world avatar

Would this have Bill’s code in it ? Or was he off the shop floor by then ??

ceasarlegsvin,

I'd be surprised if Windows 11 didn't still have bill's code in it

nomous,

I’d be surprised if Bill had written anything substantial in decades tbh.

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

Both of these comments are probably true.

ForgotAboutDre,

Windows is just shit piled on top of shit and sold as something new. It’s so bloated so they can maintain backwards compatibility. So original code is definitely in Windows 11.

Outtatime,
@Outtatime@sh.itjust.works avatar

😂 that would be funny. However, windows stopped using DOS as a boot mechanism around the XP era As far as I’m aware anyways

MonkderDritte,

Did Gates write any code? Wasn’t he the marketing guy?

bjoern_tantau,
@bjoern_tantau@swg-empire.de avatar

I guess we now have a timeframe in which to expect the release of Windows.

onlinepersona,

30+ years after death. Better than 70+ years of copyright 🤷

Anti Commercial-AI license

cupcakezealot,
@cupcakezealot@lemmy.blahaj.zone avatar

i remember writing .bat files and pretending they were really fancy update scripts when i was like ten they did nothing but it was still fun :)

KISSmyOSFeddit,

They were important to boot games that needed most of your limited memory.

doublejay1999,
@doublejay1999@lemmy.world avatar

640k should be enough for anybody

laughterlaughter,

Bill Gates denied saying this, by the way.

a_wild_mimic_appears,

tell that my mouse driver, the soundblaster driver and the cdrom driver fighting over every single byte of that precious ram 😩

Klear,

Or to play the demo made by the warez group that cracked it before launching the game.

ArmoredThirteen,

Like half of my job is writing .bat files to automate stuff locally and not tell my boss that all I do anymore is double click the right things in the right order…

SpaceCadet,
@SpaceCadet@feddit.nl avatar
SnipingNinja,

Next step, bind them to unused keys on your keyboard and press them in the right order

targetx,
@targetx@programming.dev avatar

I’d recommend scheduled tasks instead. Why be involved at all? :-)

ebits21,
@ebits21@lemmy.ca avatar

I suggest Autohotkey ;)

umbrella,
@umbrella@lemmy.ml avatar

op’s job is now turning on the computer and setting off ahk.

WhiskyTangoFoxtrot,

Just set up a drinking bird to set off AHK.

umbrella,
@umbrella@lemmy.ml avatar

op’s job is now overseeing a drinking bird

shield_gengar,
@shield_gengar@sh.itjust.works avatar

Wow a promotion; fancy!

a_wild_mimic_appears,

i propose to create a menu in which you can define what batchfiles to run in what order. its been a while since i worked with batch files, but if memory serves right, that should be doable, no?

psud,

Yes. You could make menus and capture keystrokes in batch files

My autoexec.bat back in windows 3 asked if you wanted windows or a command line (most games didn’t like the memory overhead of being loaded from windows)

WhiskyTangoFoxtrot,

Do you ever list your job title as Batman?

cupcakezealot,
@cupcakezealot@lemmy.blahaj.zone avatar

only if they keep the it room as dark as possible and whenever someone walks in for help they jump up onto the desk with a flashlight and yell "I’M BATMAN’ while wearing a cape and underpants.

ArmoredThirteen,

Well I work from home so I do keep my room dark, I like to have a blanket over my shoulders, it’s not uncommon for me to just be in my underwear… Honestly I’m most of the way there

nycki,

Tra-la-la!

caseyweederman,

50% hero. 100% cotton.

KingThrillgore,
@KingThrillgore@lemmy.ml avatar

No, because the IRS wants to tax Batman

viking,
@viking@infosec.pub avatar

You can put in a timeout command at the end, and then call the next .bat file.

For example “TIMEOUT /T 60” waits for 60 seconds before resuming, or you can override it by pressing any key.

So if you know how long the wait time between scripts is, just write a master.bat and call them in order, with adequate waiting time in between.

SpaceCadet,
@SpaceCadet@feddit.nl avatar

Or just use the @CALL command to call them in order without having to guesstimate how long they run.

Tja,

This guy is a master bat-er

ArmoredThirteen,

Okay so the dumb part is a lot of this is me abstracting away our complex build system. I’ve basically bubble-gummed a dedicated build system in top of it for only the tasks I do. At a certain point if I start adding configurations or timing I might as well just wrap it in gradle or something. But the system that I’m calling is already their attempt at simplifying another build system that’s underneath it that was written by the old guard using arcane sorcery. The whole thing is a mess

CatTrickery,

I had a job like that and powershell was a godsend. I let it slip when I accidentally set the multiplier for the delay randomiser too low and it did a months work in a morning. I ended up writing a guide for the others there when I left but sadly everyone but me had computers that supported newer versions of Windows where the scripts ended up broken. They asked me to come back and update it the Monday after I left. I asked if they would pay me to do it. They said no. Then I said no.

ArmoredThirteen,

This is part of why I still have manual kickoffs for mine. Never need to worry about work getting done while I’m away or getting done suspiciously fast. Also they should have paid you lol, the dingdongs. Would cost a lot more just in work lost having someone else spend time deciphering and fixing it. They could always get someone else up to speed with the system after it is fixed by you so there’s little or no down time

laughterlaughter,

Please use punctuation.

cupcakezealot,
@cupcakezealot@lemmy.blahaj.zone avatar

punctuation is a scam created by the shadow government

billgamesh,

yeah punctuations is silly who cares

Eldritch,

Typicalcommingfromashillforbigwhitespace!

laughterlaughter,

It isn’t. There’s a reason for it.

chiliedogg,

I still use bat h files and the system scheduler to automate a shocking amount of my job.

TrickDacy,

Did they use source control of any kind back then?

Lowpast, (edited )

Soke vrsions of DOS used a VCS named Source Library Manager, SLM, aka Slime. Later, it became Microsoft Delta, and eventually SourceSafe, then they switched to SourceDepot, which was a flavor of Perforce.

TrickDacy,

Wow ok, thanks!

Murdoc, (edited )

So not 3? Why not, because it was the most successful or something? 🤷

Plus I never even heard of 4 before. I’m going to have to look that up.

Bah, I was thinking of windows. I need to get some sleep.

davidgro, (edited )

As far as Windows goes, 95 was actually version 4.00.950 for the first version.

98 was 4.1, 2000 was 5.0, XP 5.1, Vista 6.0, 7 was 6.1, 8 was 6.2, 8.1 = 6.3

Then they jumped to 10 in both the name and internal version.

Windows 11 is still 10.0.x though.

SuperNerd,

So cool, thanks. As a kid I spent so much time in DEBUG, stepping through DOS’s executables, and especially the Interrupt handlers. It’s so neat to see the actual source code-- way easier to read and follow. I didn’t know it was all written in assembly, from within Debug it sometimes seemed so messy and convoluted that I just assumed more was written in C.

fubarx,

Ignore them. Send a pull request with the full source of Arch Linux.

deadbeef79000,

Nah, just a giant compiled binary blob. That’s what all the cool hackers do these days.

gravitas_deficiency,

I’ll try a supply chain attack! That’s a good trick!

tetris11,
@tetris11@lemmy.ml avatar

dumb question maybe, but where is the full source of arch Linux? My understanding is that its just vanilla Linux that uses the pacman package manager.

Am I wrong in saying the pacman is the Arch source? Or is there more going on in the tar ball?

Aatube,
tetris11,
@tetris11@lemmy.ml avatar

Cheers! It looks like this is then the PKGBUILD

gitlab.archlinux.org/archlinux/…/PKGBUILD?ref_typ…

In which case, there are no packages defined there which are Arch specific except pacman. So… pacman is the Arch source, right?

Aatube,

A lot of these packages have Arch-specific modifications. For example, filesystem doesn't even have a non-Arch upstream as it defines the filesystem layout. That PKGBUILD and everything it depends on is the Arch source. Distributions are defined by which packages they include.

tetris11,
@tetris11@lemmy.ml avatar

ah, thanks for the clarification!

Aatube,

is archived

ylai,

There is even a sentence in README.md that makes it explicit:

The source files in this repo are for historical reference and will be kept static, so please don’t send Pull Requests suggesting any modifications to the source files […]

captain_aggravated,
@captain_aggravated@sh.itjust.works avatar

Somebody fork it then?

laughterlaughter,

Time to fork!

marx2k,

6.22 or foff

moon,

What’s the use case that would upset Microsoft the most?

Samsy,

Idk, maybe fork it under the name MS-DOSNT

Murdoc,

😆👏👍

Godort,

Use it to program an functional DOS emulator for MacOS 8?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • opensource@lemmy.ml
  • DreamBathrooms
  • magazineikmin
  • everett
  • InstantRegret
  • rosin
  • Youngstown
  • slotface
  • love
  • khanakhh
  • kavyap
  • tacticalgear
  • GTA5RPClips
  • thenastyranch
  • modclub
  • megavids
  • mdbf
  • normalnudes
  • Durango
  • ethstaker
  • osvaldo12
  • cubers
  • ngwrru68w68
  • tester
  • anitta
  • cisconetworking
  • Leos
  • provamag3
  • JUstTest
  • All magazines