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

retrocomputing

6233 readers
1 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
[–] over_clox@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago)

Guess you never heard of 32 bit DOS that ticks underneath Windows 95 and 98.

Read the ASM file, the literal first line is bits 16

It legit forces the CPU out of protected mode and back into real mode, even and especially under a protected mode 32 bit OS.