[syslinux] COM32 BIOS Question

H. Peter Anvin hpa at zytor.com
Thu Apr 24 17:29:06 PDT 2003


ganapathy murali krishnan wrote:
> 
> The checkstatus function says there was no problem executing the system
> call. Is there is any nice way to debug COM32 code?
> 

What I usually do is use a simulator, like Bochs.

>
> NUM_SECT=4, SECT_START=6 and BUFSIZE=512*NUM_SECT.
> 

Sector numbering starts at 1, not 0.  Therefore this is the equivalent
of "skip=5", not "skip=6".

	-hpa



More information about the Syslinux mailing list