From c33b99fe15fc6858442aa519cb11d50c4aecf681 Mon Sep 17 00:00:00 2001 From: bara Date: Tue, 4 Feb 2014 04:28:43 +0000 Subject: [PATCH] No commit message specified. --- features/index.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/index.mdwn b/features/index.mdwn index 9a45fae0..1b0268eb 100644 --- a/features/index.mdwn +++ b/features/index.mdwn @@ -11,9 +11,9 @@ Please keep in mind that major modifications have been made to nearly the entire * The User Thread Scheduler further abstracts out user threads. A user process contains one or more LWP (Light Weight Process) entities. Each entity represents a user thread under that process. The old rfork() mechanism still exists but is no longer used. The threading library uses LWP-specific calls. * The kernel memory allocator has two abstracted pieces. The basic kernel malloc is called kmalloc() and is based on an enhanced per-cpu slab allocator. This allocator is essentially lockless. There is also an object-oriented memory allocator in the kernel called objcache which is designed for high volume object allocations and deallocations and is also essentially lockless. -"Muslim wedding organizer":http://andreweweww.wordpress.com/2014/01/19/lovely-mwo-muslim-wedding-organizer +[Muslim wedding organizer](http://andreweweww.wordpress.com/2014/01/19/lovely-mwo-muslim-wedding-organizer) -* DEVFS - is the DragonFly device filesystem. It works similarly to device filesystems found on other modern unix-like operating systems. The biggest single feature is DEVFS's integration with block device serial numbers which allows a DragonFly system to reference disk drives by serial number instead of by their base device name. Thus drives can be trivially migrated between physical ports "Muslim wedding organizer bekasi":http://andreweweww.wordpress.com/2014/01/19/lovely-mwo-muslim-wedding-organizer and driver changes (base device name changes) become transparent to the system. +* DEVFS - is the DragonFly device filesystem. It works similarly to device filesystems found on other modern unix-like operating systems. The biggest single feature is DEVFS's integration with block device serial numbers which allows a DragonFly system to reference disk drives by serial number instead of by their base device name. Thus drives can be trivially migrated between physical ports [Muslim wedding organizer bekasi](http://andreweweww.wordpress.com/2014/01/19/lovely-mwo-muslim-wedding-organizer) and driver changes (base device name changes) become transparent to the system. * VKERNEL - DragonFly implements a virtual kernel feature for running DragonFly kernels in userland inside DragonFly kernels. This works similarly to Usermode Linux and allows DragonFly kernels to be debugged as a userland process. The primary use is to make kernel development easier. -- 2.41.0