Next: About this document ...
Up: The libraries
Previous: The Kernel Support Library
Two functions void *ll_alloc(DWORD size) and
void ll_free(void *base, DWORD size) are provided to
allocate and free physical memory. They are provided only for
convenience, but they should not be used: the memory allocator
should be implemented in an upper level, using the informations
returned by ll_init().
Two functions char *ll_context_sprintf(char *str, CONTEXT c) and
void dump_TSS(WORD sel) are provided for debugging purpose.
Luca Abeni
2001-01-18