Changeset 280a27e in mainline for arch/amd64/src/mm/memory_init.c


Ignore:
Timestamp:
2006-04-16T13:16:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50de918
Parents:
c624b96
Message:

Printf ported back from uspace to kernel.
Printf calls changed to match new conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/mm/memory_init.c

    rc624b96 r280a27e  
    4646       
    4747        for (i=0;i<e820counter;i++) {
    48                 printf("E820 base: %Q size: %Q type: ", e820table[i].base_address, e820table[i].size);
     48                printf("E820 base: %#llX size: %#llX type: ", e820table[i].base_address, e820table[i].size);
    4949                switch (e820table[i].type) {
    5050                        case MEMMAP_MEMORY_AVAILABLE:
Note: See TracChangeset for help on using the changeset viewer.