Adriaan van Os wrote:
Frank Heckenbach wrote:
Kernel-safe!? Do you mean you want to implement a kernel in GPC using the runtime library?
Just a small "Hello Kernel" kernel extension, out of curiosity.
A kernel extension -- well, I only know about the Linux kernel, but you usually #include a number of kernel specific headers (which contain asm code, special #defines and other nontrivial stuff). Trying to translate them to Pascal might not be really nice unless we have a fully automatic header converter that also handles such constructs ...
Frank