Page 2 of 2

Re:Anyone used tcc?

Posted: Mon Sep 11, 2006 2:52 am
by Pype.Clicker
LinuxMan wrote: No matter! I can don't set any breakpoints - s still have
bx_dbg_read_linear: physical memory read error (phy=0xc010006b, lin=0x00000000c010006b
that sounds like you're trying to run code that is physically at 0xC010xxxx! Even if you use GRUB, you need to put the code that does prepare higher-half stuff in a section that will have virt = 1MB+offset, not 0xC010,0000+offset ...

Re:Anyone used tcc?

Posted: Tue Sep 12, 2006 10:56 am
by LinuxMan