[fpc-pascal]Can I program a linux device driver with fpc?
Peter Vreman
peter at freepascal.org
Mon Mar 17 09:20:18 CET 2003
At 03:03 17-3-2003, you wrote:
>Hello, everybody
>
> Is there any possibility that we write a linux device driver with fpc?
> If we
>can, how?
In theory it should be possible. But you need to import and export the
correct kernel functions. Most of the normal RTL routines can should not be
used, including the heapmanager. Maybe it's better to create a minimal RTL
for linux kernel development.
Peter
More information about the fpc-pascal
mailing list