- cross-posted to:
- programmer_humor@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
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!



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.