2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * support/*: Reverted libgtop changes. It's a common module and I should not modify it. * Added/removed files. Now the move should be done.
22 lines
856 B
Plaintext
22 lines
856 B
Plaintext
This is a new system call `table ()' for the Linux table. It is faster
|
|
than reading from /proc and can be used to fetch all information required
|
|
for libgtop until whe have some other function (extended sysctl, ...) in
|
|
standard kernels.
|
|
|
|
I didn't want to change sysctl or some other function myself cause this may
|
|
cause other applications relying upon those function to fail. This is
|
|
something for the ``real'' kernel gurus ...
|
|
|
|
To use this new system call for libgtop, do the following:
|
|
|
|
* Copy this directory to /usr/src/linux/table
|
|
* Make /usr/src/linux/include/linux/table.h symlink to /usr/src/linux/table/table.h
|
|
* Apply the patch `kernel.patch' to the kernel, compile, install and reboot
|
|
* Recompile libgtop (remove `config.cache' and run the `autogen.sh' again).
|
|
|
|
If you want to change and/or add something - feel free to do so !
|
|
|
|
Have fun,
|
|
|
|
Martin
|