[fpc-pascal]Kernal modules

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Jun 12 09:20:43 CEST 2002


On Tue, 11 Jun 2002, Chuck welch wrote:

> Hello,
>
> Is it possible to write a kernal module with fpc or a mix of fpc and assembly?

In principle, yes. But you would have to rewrite the system unit for
that:
- No file handling, except through kernel messages.
- Memory management must go through kernel routines.
- Disable exceptions.
And probably 100 other things as well.

Michael.





More information about the fpc-pascal mailing list