Re: please help me

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tu Ha wrote:

...
It seems I cannot reference to the "char" memory location. Why?

Wrong combination of ".org" and ds register, I think. Either use ".org 0x7C00", and load ds from cs (presumably zero) as you do (you'll have to adjust the .org on the signature, too). Or... leave it at ".org 0" (I assume that's what Gas defaults to), and load ds with 0x7C0. (bios loads us at 0x7C00, which can be represented as either 0000:7C00 or 07C0:0000).

> How can I debug the binary?

Bochs? I've never used it, but I understand it'll debug bootsectors...

Happy bootin',
Frank


-
: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies]     [Security]     [Linux C Programming]     [Linux for Hams]     [DCCP]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux