Re: Druntime: Changing the underlying C Standard Library

2018-01-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Friday, 12 January 2018 at 03:21:15 UTC, Sebastian Trent wrote: I'm writing an operating system in D for some exotic hardware. I understand the D runtime environment depends on a C stdlib being available (at compile time or run time?) both As a consequence of the hardware, I need to use ou

Druntime: Changing the underlying C Standard Library

2018-01-11 Thread Sebastian Trent via Digitalmars-d-learn
Hello, I'm writing an operating system in D for some exotic hardware. I understand the D runtime environment depends on a C stdlib being available (at compile time or run time?) As a consequence of the hardware, I need to use our own C std lib for the operating system. How can I set about di