summaryrefslogtreecommitdiff
path: root/distrib/notes/mac68k/prep
blob: c907556f3909d5f919825158a9aacdda18ae2990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
dnl	$OpenBSD: prep,v 1.13 2004/03/17 09:25:09 jmc Exp $
Find your favorite disk partitioning utility.  Some
of the ones that have been tried and seem to work are:
	APS Powertools 2.7.3
	SCSI Directory Lite
	Disk Manager Mac from OnTrack
	HD SC Setup from Apple
	I/O Formatter from Diversified (?)
	Silverlining from LaCie

You can get "HD SC Setup" from
	ftp://ftphqx.info.apple.com/Apple_Support_Area/
	    Apple_Software_Updates/English-North_American/Macintosh/Utilities/
	    Apple_HD_SC_Setup_7.3.5.sea.bin
(this address has been split into several lines for readability).
This utility ignores non-Apple hard disks unless you patch it with the
application found at <http://www.euronet.nl/users/ernstoud/hdpatch.html>.

** First, be sure you have a reliable backup of any data
** which you may want to keep.  All information on the hard
** drive you will be repartitioning will be lost.

That done, use your favorite partitioning utility to make
at least one A/UX "Root & Usr" partition and an A/UX "Swap"
partition.  The "Root & Usr" partition should be _at least_
250MB in size if you wish to install all the sets.  This partition
will be the root partition of your OpenBSD system.

Generally, you should allocate twice as much swap space as you have real
memory (so, if you have 16MB of RAM, specify 32MB of swap space).
Systems that will be heavily used or that are low on real
memory should have more swap space allocated.  Systems that
will be only lightly used can get away with less.

If you like, you can also create a smaller root partition
and a larger /usr.  If you plan to use this machine as a
server, you may also want a separate /var.  Create these
partitions as the BSD "usr" or "User slice X" type.

It is also possible to use the Mkfs utility to "convert" partitions from
Mac OS partitions to BSD partitions.  Mkfs will be discussed in more detail
later, but it is also very possible to simply prepare your hard drive by
partitioning it with Mac OS partitions of the correct size.  If you do this,
simply select the "Convert" button when choosing partitions to build a
filesystem on in Mkfs (see below).

Before moving on, you should make sure that your machine is running the correct
software on the Mac OS side.  In the Memory control panel, you should turn
Virtual Memory off whenever you are planning to use the BSD/Mac68k Booter.
You should also make sure that your machine is using 32-bit addressing.  If
there is no "Addressing:" option in your Memory control panel and your
machine is supported, you will probably need Mode32.  Mode32 is a control
panel and extension combination which enables 32-bit addressing on older Macs
which do not use it by default.  This program is available from any Info-Mac
mirror.  Finally, we recommend strongly that, at least for the purposes of
setting the system up, you run with the machine's monitor in 1-bit ("Black
and White" in the monitor's control panel) mode.

All of that done and accounted for, you are now set to install OpenBSD on
your hard drive.