Writting SO kernel in D

BCS BCS at pathlink.com
Thu Apr 19 09:36:06 PDT 2007


Javi wrote:
> Frits van Bommel Wrote:
> 
> 
>>Actually, that looks like exception support. Try compiling with 
>>"-fno-exceptions" to turn it off.
>>Though if you ever want to use exceptions in your kernel you'll have to 
>>eventually copy the code from the runtime or reimplement it yourself. (I 
>>have no idea what it requires, for all I know the default implementation 
>>could work just fine in a kernel)
> 
> 
> Thank you very much! 
> I works fine now.
> 
> Another question: 
> Where is the runtime code localted on disk? And If this code resides in a big file, how can I extract only the relevant routines?
> Sorry, but I'm not a compiler expert.
> 
> 

I think it's in libphobos.a (or the .lib equivalent on Win32)


More information about the Digitalmars-d-learn mailing list