Displaying 1 result from an estimated 1 matches for "bcat_loc_msg".
2004 Dec 08
3
isolinux needing mkisofs
...17 ;DEB Location of Boot Record
Volume
< call getonesec ;DEB Retrieve Boot Record
Volume
<
< mov eax, dword [trackbuf+47h] ;DEB EAX is now address of
Boot Catalog
<
< %ifdef DEBUG_MESSAGES
< mov si,bcat_loc_msg ;DEB Write sector address of
boot cat
< call writemsg ;DEB
< call writehex8 ;DEB
< call crlf ;DEB
< %endif
<
< mov bx, trackbuf ;DEB
<...