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 ...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
Anyone used tcc?
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Anyone used tcc?
Re:Anyone used tcc?
My link.ld in http://www.mega-tokyo.com/osfaq/HigherHalfBareBones. As base of my asm file i also use loader.asm from http://www.mega-tokyo.com/osfaq/HigherHalfBareBones.