this post was submitted on 17 Mar 2026
26 points (86.1% liked)

retrocomputing

6233 readers
4 users here now

Discussions on vintage and retrocomputing

founded 2 years ago
MODERATORS
 

An implementation of sudo for DOS, to run the given command with full privileges. It can be used to edit important system files, run disk partitioning tools, and so on!

you are viewing a single comment's thread
view the rest of the comments
[–] thenextguy@lemmy.world 1 points 2 weeks ago

As far as I can see this doesn't do anything. It just calls int21 0x4B which is just exec. Not related to dpmi or anything like that.