Comment on Presenting: SUDO for DOS
over_clox@lemmy.world 1 day agoIf I’m understanding this correctly, it works for protected mode DOS, as in the DOS that Windows 95 and 98 run on top of.
In this case, this implementation of SUDO drops the CPU out of protected mode and runs whatever command in real mode, which is 8086 compatible and limited to 1MB of RAM.
Unless I’m missing something here anyways…