Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 105 → Rev 97

/SPARTAN/trunk/src/main/main.c
63,8 → 63,7
 
/*
* These 'hardcoded' variables will be intialised by
* the linker or the low level assembler code with
* appropriate sizes and addresses.
* the linker with appropriate sizes and addresses.
*/
__address hardcoded_load_address = 0;
__u32 hardcoded_ktext_size = 0;
115,6 → 114,7
arch_post_mm_init();
 
printf("%s\n%s\n", project, copyright);
 
printf("%P: hardcoded_ktext_size=%dK, hardcoded_kdata_size=%dK\n",
config.base, hardcoded_ktext_size/1024, hardcoded_kdata_size/1024);