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!

  • thenextguy@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 day 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.