Page 1 of 1

Yes! A nice place for OS developers!

Posted: Fri Apr 21, 2006 5:04 pm
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!

Re:Yes! A nice place for OS developers!

Posted: Sat Apr 22, 2006 5:37 am
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.