Yes! A nice place for OS developers!

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
bassman622

Yes! A nice place for OS developers!

Post by bassman622 »

Hi!
I've gtten shelled and been called crazy forums when I said I was programming an OS. Anyway, I am using a modified version of Darwin as the starting point. I am on a mac, so I am using xcode to do the desktop enviormet. When xcode prompts me to select project type, what do I select? Thanks!
ptrr

Re:Yes! A nice place for OS developers!

Post by ptrr »

The easiest way is to create an empty project with a shell script target.
You will have to call gcc and stuff directly in that script.
Post Reply