Changeset ecbdc724 in mainline for doc/TODO


Ignore:
Timestamp:
2006-02-10T22:37:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d7d6385
Parents:
0882a9a
Message:

Change pt_mapping_remove() to deallocate frames for empty PTL1, PTL2 and PTL3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified doc/TODO

    r0882a9a recbdc724  
    55  + [mips] use some heuristics to get memory map and memory size
    66  + reimplement heap so that it can allocate/deallocate
    7     itself frames as necessary
     7    itself frames as necessary                                          [DONE]
    88  + provide native four-level portable page table interface             [DONE]
    99    + every architecture uses its native page table format
    1010    + kernel provides unified four-level page table interface
    11       for all architectures
    12   + track usage of frames containing middle-level page tables
    13     (frame leak)
     11      or page hash table interface to architectures
     12  + deallocation of memory of empty page tables                         [DONE]
    1413
    1514+ get user mode support for all architectures
Note: See TracChangeset for help on using the changeset viewer.