Class Boot

Object
  extended by Boot

public class Boot
extends Object

A bootstrap program for 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.

The program expects four or more command-line arguments:

An example invocation is

    java Boot 10 Disk 100 Shell
 

See Also:
Kernel, Disk

Method Summary
static void main(String[] args)
          The main program.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
The main program.

Parameters:
args - the command-line arguments