Hi,
I´m writting a kernel in FreeBASIC (http://sourceforge.net/projects/frostkernel).
To write the interrupt functions in FB, I need naked functions. Searching this forum, I found a post that naked functions support has been added to fbc. Which version do I need (it doesn´t work with fbc 0.20)? Has someone a linux-executable (that supports naked functions) for me?
I was going to try to set up a linux version as well, but never go around to it. It would involve me installing linux on my already overburdened hard drives. Sorry. I might try with andLinux later, but I have no idea how well it will work on other systems.
Have you considered just coding the necessary functions in a separate assembly module and linking it into your FB executable? This would allow you to control ever detail of the code.