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
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