内に含ま
その他のドキュメント
サポート リソース
| PDF 文書ファイルをダウンロードする
Preface
- The OpenBoot 2.x Command Reference manual describes the OpenBoot 2.x firmware that is part of the boot PROM in Sun(TM) systems.
Audience
- The features of the OpenBoot firmware allow it to be used by end users as well as by system administrators and developers. This manual is for all such users who want to use the OpenBoot 2.x firmware to configure and debug their systems.
Contents
- In this manual, you will find information about using the OpenBoot firmware to perform tasks such as:
-
- Booting the operating system
- Running diagnostics
- Modifying system start-up configuration parameters
- Loading and executing programs
- Troubleshooting
- If you want to write Forth programs or use the more advanced features of this firmware (such as its debugging capabilities), this manual also describes the commands of the OpenBoot Forth Interpreter.
Assumptions
- This manual assumes that you are working on a SPARC(R) system with a version 2.x OpenBoot PROM. Some of the tools and capabilities described in this manual do not exist on the pre-2.x PROM SPARC systems. If you are using a SPARCstation(TM) 1, SPARCstation IPC(TM), or other system with a pre-2.x version PROM, refer to an earlier version of this manual: Open Boot PROM Toolkit User's Guide, part number 800-5279-10. Also see Appendix C in this manual for a list of unsupported commands.
Organization
- The OpenBoot 2.x Command Reference is organized as follows:
-
Chapter 1, "Overview", describes the user interface and other main features of the firmware.
-
Chapter 2, "Booting and Testing Your System", explains the most common tasks for which the OpenBoot firmware is used.
-
Chapter 3, "Setting Configuration Parameters", details how to perform system administration tasks with NVRAM parameters.
-
Chapter 4, "Using Forth Tools", describes both basic and advanced functions of the OpenBoot Forth language.
-
Chapter 5, "Loading and Executing Programs", describes how to load and execute programs from various sources (such as Ethernet, disk, or a serial port).
-
Chapter 6, "Debugging", describes the firmware's debugging capabilities, including the Disassembler, the Forth Source-level Debugger, and breakpoints.
-
Appendix A, "Testing with a Terminal Emulator", describes how to connect your system to another Sun(TM) system using serial ports.
-
Appendix B, "Building A Bootable Floppy Disk", tells you how to create a bootable floppy diskette from which you can load programs or files.
-
Appendix C, "Unsupported Commands", lists commands that may not be available in earlier OpenBoot systems and possible workarounds for them.
-
Appendix D, "Troubleshooting Guide", discusses solutions for typical situations where you cannot boot the operating system.
-
Appendix E, "Forth Word Reference", contains all currently-supported OpenBoot Forth commands.
Related Documentation
-
- Companion documents to this manual:
· OpenBoot 2.x Quick Reference Card, part number 802-1958-01. This fold-out card is a summary of often-used OpenBoot Forth commands.
- For information about FCode, the version of Forth implemented in the OpenBoot 2.x firmware for using SBus cards, refer to the Sun manual:
· Writing FCode 2.x Programs, part number 802-1941-01.
- For more information on the Forth language, read:
· Starting Forth
· Leo Brodie/Forth, Inc. Prentice-Hall Software Series Englewood Cliffs, New Jersey 07632 The second edition of Starting Forth describes the current Forth standard dialect, Forth 83.
-
Note - There are several differences between the versions of Forth described in the above document and the version described in this manual. Specifically, the boot PROM Forth Monitor uses 32-bit numbers instead of 16-bit numbers. Also, the text editor described in the referenced book is not the same as the Forth Monitor editor.
What Typographic Changes and Symbols Mean
- The following table describes meanings of the type changes and symbols used in this book.
-
| Typeface or Symbol | Meaning | Example |
| AaBbCc123 | The names of commands, files, and directories; on-screen computer output | Edit your .login file. Use ls -a to list all files. system% You have mail. |
| AaBbCc123 | What you type, contrasted with on-screen computer
output | system% su
Password: |
| AaBbCc123 | Variable: replace with a real name or value | To delete a file, type rm filename. |
| AaBbCc123 | Book titles, new words or terms, or words to be emphasized | Read Chapter 6 in User's Guide. These are called class options. You must be root to do this. |
| Code samples are included in boxes and may display the following: |
| ok | The OpenBoot Forth Monitor prompt | ok |
| > | The OpenBoot Restricted Monitor prompt | > |
| % | UNIX C shell prompt | system% |
| $ | UNIX Bourne and Korn shell prompt | system$ |
| # | Superuser prompt, all shells | system# |
-
Ordering Sun Documents
- The SunDocs Order Desk is a distribution center for Sun Microsystems technical documentation. You can use major credit cards and company purchase orders. You can order documentation in the following ways:
-
| In the U.S.A. | Outside the U.S.A. |
| Call 1-800-247-0250 | Call 1-801-342-3450 |
| Fax 1-801-373-6798 | Fax 1-801-373-6798 |
| World Wide Web: http://www.sun.com/sundocs/catalog.html |
Sun Welcomes Your Comments
- Please use the Reader Comment Card that accompanies this document. We are interested in improving our documentation and welcome your comments and suggestions.
- You can also email or fax your comments to us. Please include the part number of your document in the subject line of your email or fax message.
-
- Email: smcc-docs@sun.com
- Fax: SMCC Document Feedback 1-415-786-6443
|
|