Utilisateur:Fabrice Terrasson
Un article de Diablotins.org.
Bonjour,
Utilisateur occasionnel mais convaincu de la FreeBSD que Romain m'a fait découvrir jadis.
Je maintient tant bien que mal un serveur premier prix chez ovh avec FreeBSD 5.4 dessus.
FT
Sommaire |
[modifier]
Serveur
[modifier]
Compil Kernel
cp /usr/src/sys/i386/conf/GENERIC /usr/src/sys/i386/conf/PERSO
less /usr/src/sys/i386/conf/GENERIC
Pour comprendre GENERIC :
less /usr/src/sys/i386/conf/NOTES : specifique PC less /usr/src/sys/conf/NOTES : indépendant de la plateforme
[modifier]
Config
dmesg | grep CPU: CPU: Intel(R) Celeron(R) CPU 2.66GHz (2000.02-MHz 686-class CPU)
machine i386 #cpu I486_CPU #cpu I586_CPU cpu I686_CPU
[modifier]
Carte réseau Kimsufi
vr0: <VIA VT6102 Rhine II 10/100BaseTX>
# PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device vr # VIA Rhine, Rhine II
[modifier]
Divers
#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
[modifier]
