diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-13 11:00:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-02-13 11:00:25 +0000 |
commit | f008d31e85f97b3632e3871eafd40474ff931660 (patch) | |
tree | 33cc1dd3419297234dd0a8017c816501d3791f87 /distrib | |
parent | f33e6fe8b2e5dedd5f410a9a14a7111705e40db0 (diff) |
More information about ABLE, including caveats.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/cats/install | 5 | ||||
-rw-r--r-- | distrib/notes/cats/prep | 61 | ||||
-rw-r--r-- | distrib/notes/cats/xfer | 4 |
3 files changed, 46 insertions, 24 deletions
diff --git a/distrib/notes/cats/install b/distrib/notes/cats/install index 2b24cca1a1f..688641ad605 100644 --- a/distrib/notes/cats/install +++ b/distrib/notes/cats/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.3 2004/02/08 23:14:30 miod Exp $ +dnl $OpenBSD: install,v 1.4 2004/02/13 11:00:24 miod Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way @@ -9,7 +9,8 @@ Booting from CD-ROM installation media: At the ABLE firmware prompt, enter : boot (cd0)bsd.rd -to boot from the first detected cd-rom drive. +to boot from the first detected cd-rom drive. If the cd-rom drive has not +been detected, be sure to put a disk in the tray, and reset the machine. OpenBSDInstallPart2 diff --git a/distrib/notes/cats/prep b/distrib/notes/cats/prep index 2d501520f18..8175f807150 100644 --- a/distrib/notes/cats/prep +++ b/distrib/notes/cats/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.2 2004/02/08 23:12:14 miod Exp $ +dnl $OpenBSD: prep,v 1.3 2004/02/13 11:00:24 miod Exp $ To be able to boot the OpenBSD/MACHINE installation program, you will need to acquire some limited knowledge of ABLE Firmware, the low-level process that controls the microprocessor after hardware initialization @@ -9,33 +9,52 @@ A complete documentation on the ABLE firmware is available from Simtec at the following URL: http://www.simtec.co.uk/products/SWABLE/files/able-doc-allset/ + +** Note! + You will need ABLE version 1.89 or better in order to be able + to boot OpenBSD/MACHINE. Firmware updates are available from + Simtec at the following URL: + http://www.simtec.co.uk/products/EB110ATX/resources.html + + For convenience, a few ABLE commands are described below: -boot (hd0)bsd - boot the ELF file 'bsd' from the disk partition identified - by firmware as hd0. + boot (hd0)bsd + loads and boots the ELF file 'bsd' from the disk partition + identified by firmware as hd0. -nvset variable value - sets a firmware environment variable. + nvset variable value + sets a firmware environment variable. -nvsave - saves all variable changes to non-volatile memory. + nvsave + saves all variable changes to non-volatile memory. -nvclear - restores environment variables defaults. + nvclear + restores environment variables defaults. The following environment variables control the system startup: -boot.auto - when set to "true" (which is its default value), the system will - attempt to execute the command set in the "boot.cmd" variable - after "boot.timeout" seconds. -boot.cmd - command used to auto-boot, such as "boot (hd0)bsd" to boot the - bsd kernel from the first hard disk drive. -boot.timeout - delay until the system boots, in seconds - -dnl XXX arguments to kernel + boot.auto + when set to "true" (which is its default value), the + system will attempt to execute the command set in the + "boot.cmd" variable after "boot.timeout" seconds, unless + the boot process is interrupted by a keypress. + + boot.cmd + command used to auto-boot, such as "boot (hd0)bsd" to + boot the bsd kernel from the first hard disk partition. + + boot.timeout + delay until the system boots, in seconds. + +Arguments to the kernel are not passed on the commandline. You can check +and modify these arguments with the following commands: + + showargs + displays the current arguments string. + + setargs value + sets the arguments string. + dnl dnl XXX bootable partitions diff --git a/distrib/notes/cats/xfer b/distrib/notes/cats/xfer index d0f437bce3b..b03a3ee8b22 100644 --- a/distrib/notes/cats/xfer +++ b/distrib/notes/cats/xfer @@ -1,8 +1,10 @@ -dnl $OpenBSD: xfer,v 1.2 2004/02/08 23:12:14 miod Exp $ +dnl $OpenBSD: xfer,v 1.3 2004/02/13 11:00:24 miod Exp $ Installation is supported from several media types, including: CDROM FFS partitions + DOS (FAT) partitions + EXT2 partitions Tape FTP HTTP |