I had a thread on laptop battery meter. It seems all utilities need to be recompiled after obtaining service patch, eg.,ACPI. How does the recompiling process work?
I mean, say, I have a battery meter patch algorithm is only to compute the battery usage by counting how many processes are active then give out the battery power left.Or it may be just a dameon running,say every 30 seconds to check how many processes are active. A simple one, no BIOS data fetching(not technical terms), how can I recompile it in this case?
I just want to know the process. In between there maybe many APIs or Kernel interference, What are the most simplest one?
Enjoy.
I mean, say, I have a battery meter patch algorithm is only to compute the battery usage by counting how many processes are active then give out the battery power left.Or it may be just a dameon running,say every 30 seconds to check how many processes are active. A simple one, no BIOS data fetching(not technical terms), how can I recompile it in this case?
I just want to know the process. In between there maybe many APIs or Kernel interference, What are the most simplest one?
Enjoy.