[syslinux] Custom com32

H. Peter Anvin hpa at zytor.com
Wed Jan 24 21:31:51 PST 2007


Coe, Colin C. (Unix Engineer) wrote:
> Many thanks!  I ended up working out what needed to be done.
> 
> Another question, how can I call fscanf from within my COM32 module.
> When I compiled the module I got linker errors.  Any ideas?
> 
> I wanted to use fscanf to read a csv file of "model,bios" values instead
> of hardcoding them into the COM32 module and having to recompile when
> different hardware is used.
> 

fscanf() is not supported due to the need for ungetc() support. Use 
fgets() and sscanf() instead.

	-hpa




More information about the Syslinux mailing list