Changeset 085d973 in mainline for arch/ia32/src/pm.c


Ignore:
Timestamp:
2006-02-08T12:34:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e3757d
Parents:
eb1b8b6
Message:

Cleanup o frame allocator.
Removed early_malloc & initial heap.
Will break ia64, ppc & sparc.
Added e820 table print.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/pm.c

    reb1b8b6 r085d973  
    3636#include <panic.h>
    3737#include <arch/mm/page.h>
    38 #include <mm/heap.h>
     38#include <mm/slab.h>
    3939#include <memstr.h>
    4040#include <arch/boot/boot.h>
Note: See TracChangeset for help on using the changeset viewer.