How does MS DOS deal with deadlocks?
Deadlocks
Collapse
X
-
A deadlock is normally something that happens in a multi-tasking operating system where 2 competing operations are each waiting for the other to finish.
Since MS DOS is not multi-tasking but is single tasking it should not be an issue is the traditional sense of a deadlock so I doubt it does anything handle deadlocks.
Comment