Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
DragonFly BSD
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Virtual kernel ==== {{Main article|Virtual Kernel}} Since release 1.8 DragonFly has a virtualization mechanism similar to [[User-mode Linux]],<ref name="towards-free-clustering" /> allowing a user to run another kernel in the userland. The virtual kernel (''vkernel'') is run in completely isolated environment with emulated network and storage interfaces, thus simplifying testing kernel subsystems and clustering features.<ref name="unix-for-clusters" /><ref name="kt-interview" /> The vkernel has two important differences from the real kernel: it lacks many routines for dealing with the low-level hardware management and it uses [[C standard library]] (libc) functions in place of in-kernel implementations wherever possible. As both real and virtual kernel are compiled from the same code base, this effectively means that platform-dependent routines and re-implementations of libc functions are clearly separated in a source tree.<ref name="peek-vkernel-1" /> The vkernel runs on top of hardware abstractions provided by the real kernel. These include the [[kqueue]]-based timer, the console (mapped to the [[virtual terminal]] where vkernel is executed), the disk image and virtual kernel Ethernet device (''VKE''), tunneling all packets to the host's [[TUN/TAP|tap]] interface.<ref name="peek-vkernel-2" />
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)