mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Document that libkvm also uses /dev/kmem, to access KVM.
This commit is contained in:
parent
73bfeb89ca
commit
8a34ef53ab
1 changed files with 7 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
|||
.\" @(#)kvm.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dd January 29, 2004
|
||||
.Dt KVM 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -50,7 +50,9 @@ The
|
|||
library provides a uniform interface for accessing kernel virtual memory
|
||||
images, including live systems and crash dumps.
|
||||
Access to live systems is via
|
||||
.Pa /dev/mem
|
||||
.Xr mem 4
|
||||
and
|
||||
.Xr kmem 4
|
||||
while crash dumps can be examined via the core file generated by
|
||||
.Xr savecore 8 .
|
||||
The interface behaves identically in both cases.
|
||||
|
|
@ -110,4 +112,6 @@ given descriptor.
|
|||
.Xr kvm_open 3 ,
|
||||
.Xr kvm_openfiles 3 ,
|
||||
.Xr kvm_read 3 ,
|
||||
.Xr kvm_write 3
|
||||
.Xr kvm_write 3 ,
|
||||
.Xr kmem 4 ,
|
||||
.Xr mem 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue