> There is no way to access kcore -- it hangs the machine EVER (sniff!)
> (But -- what is it for, if not for read/write...?)
Its for debugging, /proc/kcore is the loaded kernel in core file format.
Try:
# gdb vmlinux /proc/kcore
Hans
<lermen@fgan.de>