java.lang.Object | +----Main
This program creates a Disk, and launches the kernel by calling the POWER_ON interrupt. When the Kernel returns from the interrupt, we assume it wants to shut down.
Arguments to the program are the size of the disk and buffer cache to create, measured in blocks. For example,
java Main 100 10
public Main()
public static void main(String args[])