summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-05-16 21:52:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-05-16 21:52:23 +0000
commit40e72b193ddc40072574508dc7cf982b4301aea4 (patch)
tree90a2b74a213eb2b294bd40416c3fd2a908cb76bb /distrib
parent8e346206af89fbaebf64220b8aa6adb9cd085aff (diff)
OpenBSD/luna88k installation notes, take one. Still needs work.
ok aoyama@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/notes/luna88k/contents34
-rw-r--r--distrib/notes/luna88k/hardware17
-rw-r--r--distrib/notes/luna88k/install108
-rw-r--r--distrib/notes/luna88k/prep27
-rw-r--r--distrib/notes/luna88k/upgrade3
-rw-r--r--distrib/notes/luna88k/whatis3
-rw-r--r--distrib/notes/luna88k/xfer18
-rw-r--r--distrib/notes/m4.common3
8 files changed, 212 insertions, 1 deletions
diff --git a/distrib/notes/luna88k/contents b/distrib/notes/luna88k/contents
new file mode 100644
index 00000000000..ecd69bbfe17
--- /dev/null
+++ b/distrib/notes/luna88k/contents
@@ -0,0 +1,34 @@
+dnl $OpenBSD: contents,v 1.1 2004/05/16 21:52:22 miod Exp $
+TopPart
+
+OpenBSDdistsets
+
+OpenBSDbsd
+
+OpenBSDrd
+
+These files can be used to make a bootable tape suitable for installation.
+They can also be used to configure an NFS server to support installation
+over the network. See the section "Getting the OpenBSD system onto Useful
+Media" for more information.
+
+DistributionDescription(six)
+
+OpenBSDbase(71.9,179.7)
+
+OpenBSDcomp(13.0,40.1)
+
+OpenBSDetc(1.6,6.3)
+
+OpenBSDgame(6.7,14.8)
+
+OpenBSDman(6.4,22.8)
+
+OpenBSDmisc(2.2,7.2)
+dnl Not there yet...
+dnl
+dnl OpenBSDxbase
+dnl
+dnl OpenBSDxshare
+dnl
+dnl OpenBSDxfont
diff --git a/distrib/notes/luna88k/hardware b/distrib/notes/luna88k/hardware
new file mode 100644
index 00000000000..60d76d94d48
--- /dev/null
+++ b/distrib/notes/luna88k/hardware
@@ -0,0 +1,17 @@
+dnl $OpenBSD: hardware,v 1.1 2004/05/16 21:52:22 miod Exp $
+OpenBSD/MACHINE OSREV runs on the OMRON Luna-88K2 workstations. It should
+also run on the older Luna-88K models, but this has not been tested yet.
+
+The minimal configuration requires 16MB of RAM and ~250MB of disk space.
+To install the entire system requires much more disk space, and to
+compile the system, more RAM is recommended.
+
+Supported devices:
+
+ On-board console serial port (siotty)
+ On-board LANCE Ethernet interface (le)
+ On-board SCSI controllers (spc)
+ LCD display on front panel (not user-controllable)
+ Keyboard, mouse and frame buffer (suitable as a console too)
+
+Devices not listed above are not supported by this release.
diff --git a/distrib/notes/luna88k/install b/distrib/notes/luna88k/install
new file mode 100644
index 00000000000..4afceaf1a15
--- /dev/null
+++ b/distrib/notes/luna88k/install
@@ -0,0 +1,108 @@
+dnl $OpenBSD: install,v 1.1 2004/05/16 21:52:22 miod Exp $
+OpenBSDInstallPrelude
+
+There are several ways to install OpenBSD onto a disk. The easiest way
+in terms of preliminary setup is to use the OpenBSD ramdisk kernel, bsd.rd,
+which can be booted from tape, or an existing Mach partition.
+
+
+Booting from the Installation Media:
+
+Prior to attempting an installation, everything of value on the target
+system should be backed up. While installing OpenBSD does not necessarily
+wipe out all the partitions on the hard disk, errors during the install
+process can have unforeseen consequences and will probably leave the system
+unbootable if the installation process is not completed. Availability
+of the installation media for the prior installation, such as a Luna-88K
+Mach tape, is always a good insurance, should it be necessary to "go back"
+for some reason.
+
+After taking care of all that, the system should be brought down gracefully
+using the shutdown(8) and/or halt(8) commands, which will eventually go
+back to the PROM prompt. Remember that the leftmost switch from the front
+panel DIP switch #1 must be down to access the PROM prompt.
+
+Booting from an installation tape:
+
+ The internal tape drive is usually configured as SCSI id #4. At the
+ prompt, enter
+
+ b st(0,0,0)
+
+ to boot the first file from the tape. If your tape drive uses a
+ different SCSI id, replace the middle number with the appropriate number
+ from the following table:
+
+ tape drive SCSI id: 0 1 2 3 4 5 6
+ middle number for st(): 4 3 2 1 0 6 5
+
+ If the tape drive is connected to the external SCSI controller, add 10 to
+ the middle number. For example, to boot from a tape drive with ID #5
+ connected to the external controller, enter:
+
+ b st(0,16,0)
+
+Booting from an existing partition:
+
+ At the prompt, enter
+
+ b sd(0,n,p) bsd.rd
+
+ to boot bsd.rd from the specified disk and partition. Replace 'p' with
+ the partition number (usually 0, for the 'a' partition), and 'n' with
+ the appropriate number from the following table:
+
+ disk drive SCSI id: 0 1 2 3 4 5 6
+ value of 'n': 6 5 4 3 2 1 0
+
+ If the disk drive is connected to the external SCSI controller, add 10 to
+ this number. For example, to boot from a disk drive with ID #0 connected
+ to the external controller, enter:
+
+ b sd(0,16,0) bsd.rd
+
+
+Installing the system:
+
+OpenBSDInstallPart2
+
+ Boot your machine from the installation media as described above.
+
+ It will take a while to load the kernel especially from a slow
+ network connection, most likely more than a minute. If some action
+ doesn't eventually happen, or the spinning cursor has stopped and
+ nothing further has happened, either your boot media is bad, your
+ diskless setup isn't correct, or you may have a hardware or
+ configuration problem.
+
+OpenBSDBootMsgs
+
+ You will next be asked for your terminal type. You should choose
+ the terminal type from amongst those listed.
+ (If your terminal type is xterm, just use vt100).
+
+OpenBSDInstallPart3
+
+OpenBSDInstallPart4
+
+OpenBSDInstallPart5(sd0)
+
+OpenBSDInstallNet({:-CD-ROM, NFS, -:})
+
+OpenBSDFTPInstall
+
+OpenBSDHTTPInstall
+
+OpenBSDTAPEInstall(2)
+
+OpenBSDCDROMInstall
+
+OpenBSDNFSInstall
+
+OpenBSDDISKInstall(,{:-only -:})
+
+OpenBSDCommonFS(NFS)
+
+OpenBSDCommonURL
+
+OpenBSDCongratulations
diff --git a/distrib/notes/luna88k/prep b/distrib/notes/luna88k/prep
new file mode 100644
index 00000000000..a9d33447970
--- /dev/null
+++ b/distrib/notes/luna88k/prep
@@ -0,0 +1,27 @@
+dnl $OpenBSD: prep,v 1.1 2004/05/16 21:52:22 miod Exp $
+
+Luna-88K do not require any specific preparation prior to the OpenBSD
+installation. However, you might want to get familiar with the PROM
+interface, in order to be able to boot the installation media and, later,
+specify the correct boot parameters.
+
+The first set of DIP switches in the front panel (DIP SW1) is used to
+select the machine behaviour upon powerup, as well as the preferred
+console device.
+
+If the leftmost switch in SW1, #1, is up (off), the system will auto-boot
+from the boot device saved in nvram. If it is down (on), the boot process
+will stop at the PROM prompt.
+
+The second switch in SW1, #2, selects the console device. When down (on),
+it selects the serial console port as the console; otherwise, the graphics
+display and keyboard are used as the console.
+
+While the Luna-88K2 uses ``standard'' serial ports, the earlier Luna-88K
+have a specific connector. Wiring information for this connector can be
+found at the following URL:
+ http://www.kk.iij4u.or.jp/~taokamur/luna68k/serial.jpg
+dnl
+dnl Need to provide a short monitor description. Start from
+dnl http://www.nk-home.net/~aoyama/luna/monitor.txt
+dnl and also document nvram?
diff --git a/distrib/notes/luna88k/upgrade b/distrib/notes/luna88k/upgrade
new file mode 100644
index 00000000000..208656a9277
--- /dev/null
+++ b/distrib/notes/luna88k/upgrade
@@ -0,0 +1,3 @@
+dnl $OpenBSD: upgrade,v 1.1 2004/05/16 21:52:22 miod Exp $
+Since OpenBSD/OSREV is the first MACHINE release, there is no upgrade
+functionality.
diff --git a/distrib/notes/luna88k/whatis b/distrib/notes/luna88k/whatis
new file mode 100644
index 00000000000..ecdd968bb83
--- /dev/null
+++ b/distrib/notes/luna88k/whatis
@@ -0,0 +1,3 @@
+dnl $OpenBSD: whatis,v 1.1 2004/05/16 21:52:22 miod Exp $
+OpenBSD/MACHINE is a port of OpenBSD to the OMRON Luna-88K family of
+workstations.
diff --git a/distrib/notes/luna88k/xfer b/distrib/notes/luna88k/xfer
new file mode 100644
index 00000000000..b990f2c62cb
--- /dev/null
+++ b/distrib/notes/luna88k/xfer
@@ -0,0 +1,18 @@
+dnl $OpenBSD: xfer,v 1.1 2004/05/16 21:52:22 miod Exp $
+Installation is supported from several media types, including:
+
+ CD-ROM
+ FFS partitions
+ Tape
+ Remote NFS partitions
+ FTP
+ HTTP
+
+OpenBSDXferPrelude
+
+
+OpenBSDXferBootTape(,bsd.rd obs=8k conv=sync)
+
+OpenBSDXferNFS
+
+OpenBSDXferFFS
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common
index 525d9944e88..72b8781c31c 100644
--- a/distrib/notes/m4.common
+++ b/distrib/notes/m4.common
@@ -1,5 +1,5 @@
dnl
-dnl $OpenBSD: m4.common,v 1.58 2004/05/03 15:18:18 drahn Exp $
+dnl $OpenBSD: m4.common,v 1.59 2004/05/16 21:52:20 miod Exp $
dnl
dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org>
dnl
@@ -23,6 +23,7 @@ MACHINE,amiga,m68k,
MACHINE,cats,arm,
MACHINE,hp300,m68k,
MACHINE,mac68k,m68k,
+MACHINE,luna88k,m88k,
MACHINE,macppc,powerpc,
MACHINE,mvme68k,m68k,
MACHINE,mvme88k,m88k,