Class Main

java.lang.Object
   |
   +----Main

public class Main
extends Object
Bootstrap the MiniKernel.

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

Author:
Douglas Thain (thain@cs.wisc.edu)
See Also:
Kernel, Disk

Constructor Index

 o Main()

Method Index

 o main(String[])

Constructors

 o Main
 public Main()

Methods

 o main
 public static void main(String args[])