"Stawnyczy, Evan" wrote:
From what i've seen C functions require a bios to run. Which compiler are you using?
No, a C compiler generates straight CPU assembly code.
BIOS only gets involved when through the runtime library. Under MS-DOS for example, malloc() and read() both require BIOS assistance. Under Linux they do not.
Regards,
Jeff