Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/grdxt.h

    r1 r406  
    3636 * Memory for the second and third levels arrays is dynamically allocated by the
    3737 * grdxt_insert() function and is only released by grdxt_destroy().
    38  * - It used to by the VMM to retrieve a vseg descriptor: key is the virtual address.
    39  * - It is used by the mapper to implement the file cache: key is the page index in file.
     38 * It is used by the MAPPER to implement the file cache: key is the page index in file.
    4039 ******************************************************************************************/
    4140
     
    4847}
    4948grdxt_t;
    50 
    5149
    5250/*******************************************************************************************
     
    122120
    123121/*******************************************************************************************
    124  * This function displays the content of the radix_tree.
     122 * This function displays the current content of a radix_tree.
    125123 *******************************************************************************************
    126124 * @ rt      : pointer on the radix-tree descriptor.
    127  * @ name    : string identifying the radix-tree.
     125 * @ string  : radix tree identifier.
    128126 ******************************************************************************************/
    129127void grdxt_print( grdxt_t * rt,
    130                   char    * name );
     128                  char    * string );
    131129
    132130
Note: See TracChangeset for help on using the changeset viewer.