Changeset ccb426c in mainline for kernel/arch/mips32/src/mm/frame.c


Ignore:
Timestamp:
2010-06-24T09:56:58Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
549012c
Parents:
851f33a
Message:

improve other kernel printouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mm/frame.c

    r851f33a rccb426c  
    249249void physmem_print(void)
    250250{
    251         printf("Base       Size\n");
    252         printf("---------- ----------\n");
     251        printf("[base    ] [size    ]\n");
    253252       
    254253        size_t i;
Note: See TracChangeset for help on using the changeset viewer.