Changeset 11485dec in mainline for src/main/main.c


Ignore:
Timestamp:
2005-07-26T19:58:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
117183b
Parents:
e2e56fa9
Message:

Fix IA-32's get_memory_size() to return size of memory in bytes instead of in kilobytes.
Some cosmetics in memory map detection.
The IA-32 kernel is functional again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    re2e56fa9 r11485dec  
    136136       
    137137        smp_init();
     138        printf("config.memory_size=%dM\n", config.memory_size/(1024*1024));
    138139        printf("config.cpu_count=%d\n", config.cpu_count);
    139140
Note: See TracChangeset for help on using the changeset viewer.