|
Suche |
FreeBSD ist ein auf UNIX basiertes Betriebssystem. Es handelt sich nicht um eine Linux Distribution, auch wenn es möglich ist, für Linux bestimmte Software auszuführen. FreeBSD ist im Serverbereich sehr beliebt. Große Gesellschaften wie Yahoo oder zahlreiche Provider benutzen dieses OS. Andererseits wird FreeBSD sehr selten für Desktop-Systeme benutzt. FreeBSD unterscheidet sich durch seine Performance und seine Kompatibilität von den anderen OS. Hinweis: in dem Kernel von OVH ist die GEOM-Funktionalität implementiert. Dies ist im Hinblick auf ein Update des Kernels eine wichtige Information: --- i386/conf/GENERIC 2008-11-25 03:59:29.000000000 +0100 +++ i386/conf/OVH 2009-02-13 04:45:06.000000000 +0100 @@ -21,13 +21,18 @@ cpu I486_CPU cpu I586_CPU cpu I686_CPU -ident GENERIC +ident OVH # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols +# OVH options +options GEOM_MIRROR +options GEOM_STRIPE +options QUOTA + options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking Die offizielle Homepage von FreeBSD : http://www.freebsd.org/de Wikipedia über FreeBSD : http://de.wikipedia.org/wiki/Freebsd |