summaryrefslogtreecommitdiff
path: root/extensibility.mdwn
blob: 918112108b64dda9f0ad9ac56fb8866f3c6a92e3 (plain)
1
2
3
4
5
6
7
An extensible system is one that enables extensibility.  Enabling extensibility
means providing non-privileged mechanisms to extend existing objects and to
introduce new objects.  UNIX is generally not an extensible system as it does
not generally facilitate the hooking of system calls.  For instance, there is
no way to hook into the virtual file system.  This has motivated the introduction
of separate, parallel interfaces by both the GNOME and KDE projects to provide
users a more integrated view of their objects.