removed debug print

git-svn-id: svn://anubis/hos/trunk@85 5b3e749e-e535-0410-8002-a9bb6afbdfca
This commit is contained in:
josh 2010-01-14 15:54:16 +00:00
parent 1be6e37961
commit b6bebfd9b4

View File

@ -48,7 +48,7 @@ void k_bootstrap(mb_info_t * mb_info, u32_t mb_magic)
mmap < end; mmap < end;
mmap = (mb_mmap_t *) (((u32_t)mmap) + mmap->size + 4)) mmap = (mb_mmap_t *) (((u32_t)mmap) + mmap->size + 4))
{ {
kprintf(" ** size: %d, type: %d ", mmap->size, mmap->type); // kprintf(" ** size: %d, type: %d ", mmap->size, mmap->type);
mm_record_mmap_entry(mmap); mm_record_mmap_entry(mmap);
} }