Page 1 of 1

I've tried to specified a base address of my kernel but....

Posted: Mon Mar 26, 2007 8:35 pm
by hendric
I've tried to specified a base address of my kernel within Microsoft VC by option /BASE:0xC0000000 but the linker toled me that "LINK : fatal error LNK1249: image exceeds maximum extent with base address C0000000 and size 0x4000"
What happened?

Posted: Mon Mar 26, 2007 9:04 pm
by ~

Posted: Mon Mar 26, 2007 10:50 pm
by hendric
~ wrote:Maybe this topic helps somehow:

http://www.osdev.org/phpBB2/viewtopic.php?t=13153
Thank you but I think it little help for me ..
May I use rebase tool to rebase my kernel into upper 2G ? If yes , command how ?

Tnanks