[Pcbsd-developer] PC-BSD kernel add ons
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-07-04 13:27:45
|
# altq(9). Enable the base part of the hooks with the ALTQ option. # Individual disciplines must be built into the base system and can not be # loaded as modules at this point. In order to build a SMP kernel you must # also have the ALTQ_NOPCC option. options ALTQ options ALTQ_CBQ # Class Bases Queueing options ALTQ_RED # Random Early Detection options ALTQ_RIO # RED In/Out options ALTQ_HFSC # Hierarchical Packet Scheduler options ALTQ_CDNR # Traffic conditioner options ALTQ_PRIQ # Priority Queueing options ALTQ_NOPCC # Required for SMP build #!!! http://forums.pcbsd.org/viewtopic.php?t=4068 options UFS_GJOURNAL #!!!! http://forums.pcbsd.org/viewtopic.php?t=4079&highlight= options MSDOSFS_LARGE And don't forget about mergemaster! Andrei PC-BSD Quality manager |