Changeset 409 for trunk/kernel/mm/ppm.h


Ignore:
Timestamp:
Dec 20, 2017, 4:51:09 PM (6 years ago)
Author:
alain
Message:

Fix bugs in exec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/ppm.h

    r407 r409  
    3434
    3535/*****************************************************************************************
    36  * This structure defines the Physical Memory Manager in a cluster.
    37  * In all clusters, the physical memory bank starts at local physical address 0.
    38  * The size of this local physical memory is defined by the <pages_nr> field in the
     36 * This structure defines the Physical Pages Manager in a cluster.
     37 * In each cluster, the physical memory bank starts at local physical address 0 and
     38 * contains an integer number of pages, is defined by the <pages_nr> field in the
    3939 * boot_info structure. It is split in three parts:
    4040 * - the "kernel_code" section contains the kernel code, loaded by the boot-loader.
Note: See TracChangeset for help on using the changeset viewer.