Subversion Repositories HelenOS-historic

Rev

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

Rev 163 Rev 199
Line 30... Line 30...
30
	}
30
	}
31
	
31
	
32
	_hardcoded_ktext_size = ktext_end - ktext_start;
32
	_hardcoded_ktext_size = ktext_end - ktext_start;
33
	_hardcoded_kdata_size = kdata_end - kdata_start;
33
	_hardcoded_kdata_size = kdata_end - kdata_start;
34
	_hardcoded_load_address = 0x80000000;
34
	_hardcoded_load_address = 0x80000000;
35
 
-
 
36
}
35
}