Open Watcom custom target enviroment

Programming, for all ages and all languages.
Post Reply
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Open Watcom custom target enviroment

Post by VolTeK »

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?
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re: Open Watcom custom target enviroment

Post by bubach »

"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
User avatar
miker00lz
Member
Member
Posts: 144
Joined: Wed Dec 08, 2010 3:16 am
Location: St. Louis, MO USA

Re: Open Watcom custom target enviroment

Post by miker00lz »

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.
Post Reply