Booting SPIN
on the X86.
Boot Set-up If you haven't already done so, you will have to do some set-up prior to booting your SPIN kernel. At the UW we routinely boot the SPIN kernel on remote machines over the network. This allows the user to watch the boot process as it occurs and, if necessary, remotely debug the kernel. Doing this requires at least two machines and some set-up effort.
Once you have set up your crash box, rconsole client/server, bootp server, nfs server, and (optionally) your http server, you are ready to boot SPIN over the network.
You should see a message something like this:
Momentarily SPIN should boot on your crashbox and you should see the boot messages displayed on your machine via the rconsole connection. If your kernel doesn't boot you should look at our FAQ page under "Common Boot Errors".
The boot process involves fetching a number of extensions from the machine where you built your spin kernel. These extensions are specified in spin/user/scripts/init.IX86_SPIN. The method for fetching the extensions is also specified in init.IX86_SPIN. By default the fetch method is set to NFS.
Once the boot process completes you will see the shell prompt. Which looks like this:
(140) loom16> Now that you've booted your SPIN kernel, you can begin creating and running extensions.
Copyright (c) 1997 The University of Washington. All rights reserved. |