Just some general OS qestions

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
VoidLogic

Just some general OS qestions

Post 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
Chase

RE:Just some general OS qestions

Post 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
Post Reply