home *** CD-ROM | disk | FTP | other *** search
- PSIONICS FILE - KERNEL
- ======================
- Kernel memory organisation
- Last modified 1994-09-06
- ==========================
-
- Kernel memory can be examined with the system call GenGetOsData, or in blocks
- of assembler with the system call GenDataSegment. Some useful information is
- available at known offsets. In addition, a handle is actually the offset, in
- kernel memory, of the start of a data structure, which can therefore also be
- examined.
-
-
- Constant offsets
- ----------------
-
- Offset 1052 (word): increments every 1/32 second, but is not synchronized
- to the real time clock (it drifts)
- Offset 1056 (word): delay in 1/32 seconds until current time next changes
- Offset 1058 (long): current abstime
-