Mail Archives: djgpp/1999/08/15/15:14:42
I am sorry, I can't answer your question as asked, because I went around
that problem...
But, I can tell you, what I did:
I compiled my programs with -c flag, linked with jloc(john fine's,
search altavista for +title:"john fine")
and get it.
and used nasm(netwide assembler, search altavista for that also) to
imitate the parts of libc I need,
because even the startup code is OS/BIOS dependendant.(at least I think
so)
Chris Giese wrote:
> I would like to find all DOS and BIOS dependencies in the libc. This
> is of interest to people writing their own OS or using GCC for
> embedded systems (no OS, maybe no BIOS).
>
> Is there a list of such functions already available? Failing that,
> what should I look for in the libc source? Maybe look for all
> occurences of "__dpmi_int"? Anything else?
>
> Thanks
>
> --
> geezer@ | Sales rushes in where
> execpc.com | Engineering fears to tread
> pmode tutorial: http://www.execpc.com/~geezer/os
- Raw text -