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.
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?