Open Watcom custom target enviroment
Open Watcom custom target enviroment
Is there a link to where i can make one of my own? I am currently trying to create my own 16 bit DOS programs for my OS but use my own settings. I looked over the compiled source and only 10 bytes are my code, and the other thousand are libraries for DOS. Is there a setting i can change?
Re: Open Watcom custom target enviroment
i've never seen a way to make a custom target. i think what you'll have to do is just have it not link with the standard libs, and write replacements that'll work with your OS.