The almighty .plan

.plan
[Last 5] [Last 10] [Index] [RSS Feed]
[Full .plan (over 1MB)]
Contact Me

Notes

Notes
SubVersion
Vim
C and C++
FreeBSD
more...

RMITCS

C Helpdesk Resources
Customising Your CS Account
CS Fluxbox Menu Maker

Software

Codepile
Assorted little scripts and apps.
dumps.pl - FreeBSD Backup script
rastodo.py - Python Console todo/reminder
more...
Android
NumLock
Lost Emulators

Game Mods

LethalMod
A Max Payne 2 mod - more realistic and deadly.
more...

Image Gallery

Image Gallery
Photos
Screenshots
more...

Roleplaying Games

Shadowrun Notes(4th ed)
Heavy Gear Notes(2nd ed)
GURPS Notes
GameMastering Notes

Miscellaneous

links
Taglines
crazy
Trombone slide position chart [PDF]
[Back to home page]
For updates about the lack of updates: click click .
<previous entry<
>later entry>


Fri, 06 Apr 2007 08:35:00 +1000

FreeBSD: Cutting down the buildkernel (and modules) time

 - ls -l /boot/kernel/*.ko | sort +4

 - Starting with the largest files, check what they are in the man
   pages (e.g. "man nve" for "if_nve.ko") to see if you need them.

      - The largest modules are usually the ones which take the
        longest to build. They are almost all drivers for wireless
        interfaces you don't have or scsi cards you don't have.
        Occasionally they will be ethernet cards you don't have.

 - Add the modules you don't need to WITHOUT_MODULES in /etc/make.conf
   or whatever is included when you build your kernel. If in doubt
   about a particular module, don't add it to the list. In particular,
   don't add the base wireless or ethernet modules to the list, even if
   you don't have a wireless or ethernet card to use.



<previous entry<
>later entry>



View from .
Entries are counted backwards, i.e. the most recent entry is considered number 1.

View entry on .
Dates can be entered in GNU Date Syntax - this has several forms, the simplest is YYYYMMDDhhmm.

View of dated entries.
View .plan (around 1 MB).

Generated Wed, 08 Feb 2012 06:06:52 +1100
Copyright © 2002-2011 Dylan Leigh.
[HTML 4.01 Transitional]