Several people in this group (including myself) have noticed that
dosemu-0.60.2 is not working when invoked by a non-root user while
is works when it is invoked by root.
Below is a patch which solves this problem.
Ron.
--- dosemu-0.60.2/dosemu/disks.c.orig
/* leavedos(28); */
}
#endif
- priv_on();
+ if(dp->type == IMAGE)
+ priv_on();
}
}