FDOS / kernel

FreeDOS kernel - implements the core MS-DOS/PC-DOS (R) compatible operating system. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2 or later. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project.
http://kernel.fdos.org/
GNU General Public License v2.0
806 stars 143 forks source link

IDLE #103

Open stuaxo opened 1 year ago

stuaxo commented 1 year ago

There's an interesting article about how idle detection was supposed to work in DRDOS.

The relevant parent has expired, and this seems pretty efficient -

https://www.os2museum.com/wp/idle-dr-dos

PerditionC commented 1 year ago

that is interesting. not sure worth implementing, current behavior seems adequate. adding as enhancement request, maybe adding same hooks worthwhile

stuaxo commented 1 year ago

Adding the hooks sounds like the way to go.