Re: OpenBSD 3.3 on old KA650 qbus mscp machine???
Hugh Graham <[email protected]> Sat, 12 Apr 2003 15:09:24 -0700
| Newsgroups | gmane.os.openbsd.vax |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 12, 2003 at 05:56:45PM -0400, [email protected] wrote: > As I rarely ever use crypto, nfs, inet6, and that kind of thing. > I will need to delete that from the config files. I will browse > through the non-machine specific bits and see what can be > trimmed down. My goal is a config that is close to what a > Tahoe config used to look like. That makes for a lean and > mean VAX, especially on slow qbus cpus. I thought I had > trimmed all that out of the MVII+MVIII config, but it must be > calling in a lot of stuff from the included config files. The > OpenBSD MVII+MVIII kernel was 85% the size of the generic > kernel (1500K compared to 1700K). Trimming down to a > machine specific kernel did not seem to save much over the > generic, which felt a bit odd. Nearly everything of size is in sys/conf/GENERIC. Be careful there, though. There are many dependencies that config cannot catch for you, and no configurations outside of GENERIC are, strictly speaking, supported. > > I also played around in /etc/login.conf and that did not seem > to make any significant difference. But, I see where some > places can be unconfigged in the root and daemon sections > that may speed it up a bit. You're looking to reduce the number of rounds used in your blowfish password hashes. You need to change the password after altering this value so the new hash reflects the changes. Each additional round doubles the processing time required to compute the hash. > But, kudos to you and all the VAX folks for making a > nice OpenBSD 3.3 VAX suite. > Thanks. /Hugh > Bob Keys