Subversion Repositories HelenOS-historic

Rev

Rev 106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 106 Rev 125
Line 86... Line 86...
86
	}
86
	}
87
 
87
 
88
	_hardcoded_ktext_size = ktext_end - ktext_start;
88
	_hardcoded_ktext_size = ktext_end - ktext_start;
89
	_hardcoded_kdata_size = kdata_end - kdata_start;
89
	_hardcoded_kdata_size = kdata_end - kdata_start;
90
	_hardcoded_load_address = 0x0000000000001000;
90
	_hardcoded_load_address = 0x0000000000001000;
91
    
91
 
92
}
92
}