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!
Yes! A nice place for OS developers!
Re:Yes! A nice place for OS developers!
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.
You will have to call gcc and stuff directly in that script.