<TITLE>Writing Solaris Device Drivers in Java "> Writing Solaris Device Drivers in Java
United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...

Writing Solaris Device Drivers in Java

Writing Solaris Device Drivers in Java

Author(s):
Hiroshi Yamauchi and Mario Wolczko
Report Number: Date Published: Available Formats:
TR-2006-156 April 2006 Portable Document Format (PDF)
Request Hard Copy
Abstract
We present an experimental implementation of the Java Virtual Machine that runs inside the kernel of the Solaris operating system. The implementation was done by porting an existing small, portable JVM, Squawk, into the Solaris kernel. Our first application of this system is to allow device drivers to be written in Java. A simple device driver was ported from C to Java. Characteristics of the Java device driver and our device driver interface are described.