blob: f4644d224d44597ce255f8f83aa7ef19a0f34303 (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
#
# First try for PPC GENERIC config file
#
machine powerpc
maxusers 8
# Standard system option (should go into std.powerpc?)
option SWAPPAGER, VNODEPAGER, DEVPAGER
option SYS_TYPE=OFWMACH
# various hacks due to bugs in Openfirmware implementation
option FIREPOWERBUGS
#option IPKDBUSERHACK
#makeoption DEBUG="-g"
#option DDB
#option KTRACE
#option SYSCALL_DEBUG
option TCP_COMPAT_42
option COMPAT_43
option COMPAT_09
option COMPAT_10
option COMPAT_12
option FFS
option MFS
option NFSCLIENT
#option NFSSERVER
option CD9660
option MSDOSFS
#option FDESC
option FIFO
option KERNFS
#option NULLFS
#option PORTAL
option PROCFS
#option UMAPFS
#option UNION
option INET
option NMBCLUSTERS=1024
#option MAXUSERS=20
config bsd root on rd0a swap on rd0b
mainbus0 at root
cpu* at mainbus0
ofroot* at mainbus0
ofbus* at openfirm?
ofdisk* at openfirm?
ofnet* at openfirm?
#ipkdbif0 at ofnet?
ofcons* at openfirm?
ofrtc* at openfirm?
pseudo-device loop
pseudo-device pty 64
pseudo-device random 1
pseudo-device rd
pseudo-device vnd 1
# RAMDISK stuff
option MINIROOTSIZE=8192
option RAMDISK_HOOKS
|