Page 1 of 1

Just some general OS qestions

Posted: Sun Oct 20, 2002 11:00 pm
by VoidLogic
-How to i determine processor usage% ? In my OS its always working....
-Does anyone know of a good 15\16\24\32 but VESA or fast SVGA librarys?
(built in mouse support would be nice :) )
-Does anyone know of a good C\C++ hardware identification lib?
-Or a sound blaster\compatible lib. I have a poor one right now.

Thanx,
VoidLogic

RE:Just some general OS qestions

Posted: Tue Oct 22, 2002 11:00 pm
by Chase
With the processor usage thing....

I *think* that way it's done is to have an idle process that runs when no one else needs to. The idle process keeps track of how long it runs. From there you can calculate the idle time.

-Chase