Skip to main content
listings
java
abstractfactory
IKernel.java
IKernel.java
(Source)
public
interface
IKernel
{
/**
* Load the kernel on top of the system image.
*/
void
loadKernel
();
}