ld coff outpurt-format?
Posted: Wed Jun 30, 2004 2:34 pm
hi,
i want to write a module loader. i want to use the common object file format for my kernel modules.... but how can i create them? i can directly assemble a assembler program with nasm using coff as output-format but i want to program my modules in c
is there a ld-version which supports the coff-format? or do you know another good linker?
thx
mblock
i want to write a module loader. i want to use the common object file format for my kernel modules.... but how can i create them? i can directly assemble a assembler program with nasm using coff as output-format but i want to program my modules in c
is there a ld-version which supports the coff-format? or do you know another good linker?
thx
mblock