Messages in this thread |  | | Subject | Re: Installing kernel 2.4 | Date | Thu, 9 Nov 2000 13:40:38 +0000 (GMT) | From | Alan Cox <> |
| |
> I would like to see some features added to ELF. Resource binding support > would be nice, i.e. bitmaps used internally by GUI apps and such, so > that they can be shared between processes if they are in a shared lib,
You can do shared mappings of almost anything anyway. In fact most of the shared library loading is done in user space via mmap.
There are good reasons for not putting resources into the program itself too, one of which is customisability.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |