Is it possible to code a device driver in Java?
Introduction I heard something about writing device drivers in Java (heard as in "with my ears", not from the internet) and was wondering... I always thought device drivers operated on an operating system level and thus must be written in the same language as the OS (thus mostly C I suppose) Questions Am I generally wrong with this assumption? (it seems so) How can a driver in an "alien" language be used in the OS? What are the requirements (from a programming language point of view) for a device driver anyway? Thanks for reading There are a couple of ways this can be done. First, code running