From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- other/Kermit/doc/API_doc/html/classrwKernel.html | 301 +++++++++++++++++++++++ 1 file changed, 301 insertions(+) create mode 100644 other/Kermit/doc/API_doc/html/classrwKernel.html (limited to 'other/Kermit/doc/API_doc/html/classrwKernel.html') diff --git a/other/Kermit/doc/API_doc/html/classrwKernel.html b/other/Kermit/doc/API_doc/html/classrwKernel.html new file mode 100644 index 0000000..193536a --- /dev/null +++ b/other/Kermit/doc/API_doc/html/classrwKernel.html @@ -0,0 +1,301 @@ + +
+
+#include <rwKernel.hpp>
+
Public Methods | |
| rwKernel () | |
| Create the object with a fairly standard configuration. More... | |
| rwKernel (int file, int offset) | |
| Create a rwKernel object with the defined parameters. More... | |
| ~rwKernel () | |
| Destructor. More... | |
| void | read (unsigned char *dest, unsigned int len, unsigned int addr) |
| read from kernel. More... | |
| void | write (unsigned char *src, unsigned int len, unsigned int addr) |
| write to kernel. More... | |
| +void | read (char *a, unsigned int b, unsigned int c) |
| Foo. | |
| +void | write (char *a, unsigned int b, unsigned int c) |
| Foo. | |
+It lets you read from and write to the kernel without taking care of offsets or file access. +
+
+
+
|
+
| + + | +
+
+ +Create the object with a fairly standard configuration. + +This constructor will assume that you want to use /dev/mem and a standard offset (as used by any 2.4.x and any 2.2.x kernel not defined to use more than 1GB of ram). |
+
+
+
|
+ |||||||||||||||
| + + | +
+
+ +Create a rwKernel object with the defined parameters. + +
|
+
+
+
|
+
| + + | +
+
+ +Destructor. + +Will unmap the used device. |
+
+
+
|
+ ||||||||||||||||||||||
| + + | +
+
+ +read from kernel. + +
|
+
+
+
|
+ ||||||||||||||||||||||
| + + | +
+
+ +write to kernel. + +
|
+
1.2.9.1 written by Dimitri van Heesch,
+ © 1997-2001
+
+
--
cgit v1.3