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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
hendric
Member
Member
Posts: 38
Joined: Sat Oct 21, 2006 10:56 am
Location: China

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

Post 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?
Just Lazy Writing Anything...
User avatar
~
Member
Member
Posts: 1228
Joined: Tue Mar 06, 2007 11:17 am
Libera.chat IRC: ArcheFire

Post by ~ »

hendric
Member
Member
Posts: 38
Joined: Sat Oct 21, 2006 10:56 am
Location: China

Post 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
Just Lazy Writing Anything...
Post Reply