From owner-p4-projects@FreeBSD.ORG Wed Oct 28 12:59:33 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D4FC01065697; Wed, 28 Oct 2009 12:59:33 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990B11065694 for ; Wed, 28 Oct 2009 12:59:33 +0000 (UTC) (envelope-from remko@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84B258FC16 for ; Wed, 28 Oct 2009 12:59:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9SCxXhH088738 for ; Wed, 28 Oct 2009 12:59:33 GMT (envelope-from remko@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9SCxXft088736 for perforce@freebsd.org; Wed, 28 Oct 2009 12:59:33 GMT (envelope-from remko@freebsd.org) Date: Wed, 28 Oct 2009 12:59:33 GMT Message-Id: <200910281259.n9SCxXft088736@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to remko@freebsd.org using -f From: Remko Lodder To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 169883 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 12:59:34 -0000 http://p4web.freebsd.org/chv.cgi?CH=169883 Change 169883 by remko@remko_guardian on 2009/10/28 12:59:14 New WIP. Affected files ... .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/faq/book.sgml#19 edit Differences ... ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/faq/book.sgml#19 (text+ko) ==== @@ -2051,50 +2051,52 @@ - What are the limits for memory? + Wat zijn de limitaties voor wat betreft het geheugen? - Memory limits depend on the platform used. On a - standard &i386; install, the limit is 4 GB but more - memory can be supported through &man.pae.4;. See instructions for using 4 GB or more memory on &i386;. + Geheugen limieten zijn afhankelijk van het gebruikte + platform. Op een standaard &i386; installatie is deze + limitatie 4 GB, maar de &man.pae.4; optie kan meer + geheugen ondersteunen. Zie de instructies voor het gebruik van 4 GB of meer geheugen op &i386; - &os;/pc98 has a limit of 4 GB memory, and PAE can - not be used with it. Other architectures supported by &os; - have much higher theoretical limits on maximum memory (many - terabytes). + &os;/pc98 heeft een limiet van 4  geheugen en PAE + kan hier niet mee gebruikt worden. Andere architecturen + ondersteund door &os; hebben veel hogere theoretische + limitaties voor het maximale geheugen (vele terabytes). - What are the limits for FFS file systems? + Wat zijn de limitaties voor FFS bestandssystemen? - For FFS file systems, the maximum theoretical limit is - 8 TB (2 G blocks), or 16 TB for the default - block size of 8 KB. In practice, there is a soft limit - of 1 TB, but with modifications file systems with - 4 TB are possible (and exist). + Voor FFS bestandssystemen is de maximale theoretische + limitatie 8 TB (2 GB blokken), of 16 TB voor + de standaard block grootte van 8 KB. In de praktijk + is er echter een zachte limitatie van 1 TB, maar met + enkele wijzigingen is het mogelijk om 4 TB te halen + (welke ook bestaan). - The maximum size of a single FFS file is approximately - 1 G blocks, or 4 TB with a block size of + De maximale grootte van een enkel FFS bestand is ongeveer + 1 G blok, of 4 TB met een blok grootte van 4 KB. - Maximum file sizes + Maximale bestand groottes - FS Block Size + FS blok grootte - Works + Werkt - Should Work + Zou moeten werken @@ -2142,63 +2144,68 @@
- When the FS block size is 4 KB, triple indirect - blocks work and everything should be limited by the maximum FS - block number that can be represented using triple indirect - blocks (approx. + Wanneer de FS blok grootte 4 KB is, kunnen + indirecte blokken werken, en moet alles gelimiteerd worden + door het maximale FS blok nummer, dat kan worden + gepresenteerd door het verdrievoudigen van indirecte blokken + (ongeveer 10243 + 10242 + 1024), - but everything is limited by a (wrong) limit of - 1 G - 1 on FS block numbers. The limit on FS - block numbers should be 2 G - 1. There are - some bugs for FS block numbers near 2 G - 1, - but such block numbers are unreachable when the FS block - size is 4 KB. + maar alles wordt gelimiteerd door een (verkeerde) limitatie + van 1 G - 1 op FS blok nummers. Het limiet + op FS blok nummers zou moeten zijn 2 G - 1. + Er zijn enkele bugs voor FS blok nummers nabij de + 2 G - 1, maar zulke blokken zijn onbereikbaar + wanneer de FS blok grootte 4 KB is. - For block sizes of 8 KB and larger, everything - should be limited by the 2 G - 1 limit on FS - block numbers, but is actually limited by the - 1 G - 1 limit on FS block numbers. Using the - correct limit of 2 G - 1 blocks does cause - problems. + Voor blok grootte's van 8 KB en groter moet alles + gelimiteerd worden door de 2 G - 1; limitatie + op FS blok nummers, maar wordt in werkelijkheid gelimiteerd + door de 1 G - 1 limitatie op FS blok nummers. + Het gebruik van de correcte limitatie van 2 G - 1 + blokken levert problemen op.
- Why do I get an error message, - archsw.readin.failed after compiling - and booting a new kernel? + Waarom krijg ik de fout melding + archsw.readin.failed na het compileren + en opstarten van een nieuwe kernel? - Because your world and kernel are out of sync. This is - not supported. Be sure you use make buildworld - and make buildkernel - to update your kernel. + Dit komt omdat je wereld, en de kernel niet + gesynchroniseerd zijn aan elkaar. Dit wordt niet ondersteund. + Zorg ervoor dat je gebruik maakt van + make buildworld en + make buildkernel + om de kernel te updaten. - You can boot by specifying the kernel directly at the - second stage, pressing any key when the | - shows up before loader is started. + Je kunt opstarten door de kernel direct te specificeren + in de tweede opstartfase, door het indrukken van een + willekeurige knop, wanneer de | + getoond wordt, voordat de loader wordt gestart. - Installation crashes while booting, what can I do? + De installatie crashed terwijl ik opstart, wat kan ik + hiertegen doen? - Try disabling ACPI support. When the bootloader loads, - press the Space key. The system will display - the following: + Probeer ACPI ondersteuning uit te schakelen. Wanneer de + bootloader start, druk op de Spatie knop. + Het systeem toont dan het volgende: OK - Type: + Typ: unset acpi_load - And then type: + En typ daarna: boot @@ -2207,89 +2214,96 @@ - Hardware compatibility + Hardware compatibiliteit - General + Algemeen - I want to get a piece of hardware for my &os; system. - Which model/brand/type is best? + Ik wil een stuk hardware kopen voor mijn &os; systeem. + Welk model of type is het beste - This is discussed continually on the &os; mailing - lists. Since hardware changes so quickly, however, we - expect this. We still strongly - recommend that you read through the Hardware Notes - for &os; &rel.current; or + Dit wordt continue bediscussieerd op de &os; mailing + lijst. Omdat hardware zo snel veranderd verwachten we + dit ook. We raden nog steeds + aan dat je de Hardware Notes leest voor &os; &rel.current; of &rel2.current; and - search the mailing list archives - before asking about the latest and greatest hardware. - Chances are a discussion about the type of hardware you - are looking for took place just last week. + url="&rel2.current.hardware;">&rel2.current; en + de mailing lijsten archieven + doorzoekt, voordat er gevraagd wordt over de laatste en + mooiste hardware. Grote kans dat er vorige week een + discussie is geweest over het type hardware waar jij naar + kijkt. - If you are looking for a laptop, check the &a.mobile; - archives. Otherwise, you probably want the archives for - the &a.questions;, or possibly a specific mailing list for - a particular hardware type. + Als je op zoek bent naar een laptop, bekijk dan de + &a.mobile; archieven. In het andere geval wil je + waarschijnlijk de archieven van de &a.questions; doorzoeken + of wellicht een meer specifieke mailing lijst voor + specifieke hardware types. - Memory + Geheugen - Does &os; support more than 4 GB of memory (RAM)? - More than 16 GB? More than 48 GB? + Ondersteund &os; meer dan 4 GB geheugen (RAM)? + Meer dan 16 GB? Meer dan 48 GB? - Yes. &os; as an operating system generally supports - as much physical memory (RAM) as the platform it is running - on does. Keep in mind that different platforms have - different limits for memory; for example &i386; without - PAE supports at most 4 GB of - memory (and usually less than that because of PCI address - space) and &i386; with PAE supports at most 64 GB - memory. AMD64 platforms currently deployed support up to - 1 TB of physical memory. + Ja. &os; is een besturingssysteem dat over het + algemeen zoveel fysiek geheugen (RAM) ondersteund als + het platform waar het op draait ondersteund. Houd er + rekening mee dat verschillende platformen, verschillende + limitaties hebben voor het geheugen; Bijvoorbeeld &i386; + zonder PAE ondersteund maximaal + 4 GB geheugen (meestal minder dan dat vanwege de + PCI addresserings ruimte), en &i386; met PAE ondersteund + maximaal 64 GB geheugen. AMD64 platformen welke + op dit moment geleverd worden, ondersteunen maximaal + 1 TB fysiek geheugen. - Why does &os; report less than 4 GB memory when - installed on an &i386; machine? + Waarom rapporteert &os; minder dan 4 GB geheugen + wanneer er geinstalleerd is op een &i386; machine? - The total address space on &i386; machines is 32-bit, - meaning that at most 4 GB of memory is addressable (can - be accessed). Furthermore, some addresses in this range - are reserved by hardware for different purposes, for - example for using and controlling PCI devices, for - accessing video memory, and so on. Therefore, the total - amount of memory usable by the operating system for its - kernel and applications is limited to significantly less - than 4 GB. Usually, 3.2 GB to 3.7 GB is - the maximum usable physical memory in this - configuration. + De totale adres ruimte op &i386; machines is 32-bit, + wat betekend dat er maximaal 4 GB geheugen + adresseerbaar (bereikt) kan worden. Daarnaast worden + sommige adressen in deze reeks gereserveerd voor hardware + met diverse doelstellingen, bijvoorbeeld voor het + gebruiken en controleren van PCI apparatuur, voor + toegang tot het video geheugen etc. Daardoor is het totaal + van bruikbaar geheugen door het besturingssysteem voor + de kernel en applicaties, significant minder dan 4 GB. + Over het algemeen is 3.2 GB tot 3.7 GB het + maximaal bruikbare fysieke geheugen in deze + configuratie. - To access more than 3.2 GB to 3.7 GB of - installed memory (meaning up to 4 GB but also more than - 4 GB), a special tweak called PAE - must be used. PAE stands for Physical Address Extension - and is a way for 32-bit x86 CPUs to address more than + Om meer dan 3.2 GB tot 3.7 GB aan + geheugen te kunnen gebruiken (tot 4 GB en meer), + is er een speciale aanpassing genaamd + PAE welke gebruikt kan worden. PAE + staat voor Physical Address Extension en is een manier + voor 32-bit x86 CPU's om meer dan 4 GB aan geheugen + te kunnen addresseren. Het geheugen wordt opnieuw + toegewezen waar het normaal ges 4 GB of memory. It remaps the memory that would otherwise be overlayed by address reservations for hardware devices above the 4 GB range and uses it as @@ -2299,120 +2313,126 @@ modules (see &man.kld.4;) are not supported. This means all drivers must be compiled into the kernel. - The most common way to enable PAE is to build a new - kernel with the special ready-provided kernel configuration - file called PAE, which is already - configured to build a safe kernel. Note that some entries - in this kernel configuration file are too conservative and - some drivers marked as unready to be used with PAE are - actually usable. A rule of thumb is that if the driver is - usable on 64-bit architectures (like AMD64), it is also - usable with PAE. If you wish to create your own kernel - configuration file, you can enable PAE by adding the - following line to your configuration: + De meest gekozen manier om PAE in te schakelen is door + een nieuwe kernel te maken, met het speciaal voorbereide + kernel configuratie bestand PAE, welke + reeds voorbereid is om een veilige kernel te maken. Let + op dat sommige regels in dit kernel configuratie bestand erg + conservatief zijn, en dat sommige drivers beschreven zijn + als niet bruikbaar, terwijl deze wel bruikbaar zijn. Een + vaste regel is dat als de driver bruikbaar is op 64-bit + architecturen (zoals AMD64), deze ook bruikbaar zijn met + PAE. Als je je eigen kernel configuratie bestand wilt + creeëren, kan PAE ingeschakeld worden door het + toevoegen van de volgende regel in de configuratie: options PAE - PAE is not much used nowadays because most new x86 - hardware also supports running in 64-bit mode, known as - AMD64 or &intel; 64. It has a much larger address - space and does not need such tweaks. &os; supports AMD64 - and it is recommended that this version of &os; be used - instead of the &i386; version if 4 GB or more memory - is required. + PAE wordt echter niet veel meer gebruikt, omdat de + meeste nieuwe x86 systemen, ook ondersteuning bieden voor + 64-bit mode, ook wel bekend als AMD64 of &intel; 64. + Deze heeft een veel grotere adres ruimte en heeft daardoor + geen extra aanpassingen nodig. &os; ondersteund AMD64 en + verdiend de aanbeveling boven de &i386; versie als er + 4 GB of meer geheugen benodigd is. - Architectures and processors + Architecturen en processoren - Does &os; support architectures other than the + Ondersteund &os; architecturen anders dan de x86? - Yes. &os; currently runs on the Intel x86 and the - AMD64 architectures. The Intel EM64T, IA-64, &arm;, - &powerpc;, sun4v and &sparc64; architectures are also - supported. Upcoming platforms are &mips; and &s390;, join - the &a.mips; for more information about ongoing work on - the &mips; platform. For general discussion on new - architectures, join the &a.platforms;. + Ja. &os; wekrt momenteel op de Intel x86 en de + AMD64 architecturen. De Intel EM64T, IA-64, &arm;, + &powerpc;, sun4v en &sparc64; architecturen worden + ook ondersteund. Aankomende platformen zijn &mips; + en &s390;, schrijf je in op de &a.mips; voor meer + informatie over doorgaand werk op het &mips; platform. + Voor algemene discussies over nieuwe architecturen, + is er de &a.platforms;. - If your machine has a different architecture and you - need something right now, we suggest you look at NetBSD or Als je machine een andere architectuur heeft, en je + hebt dringend iets nodig wat meteen werkt, stellen we + voor dat je eens kijkt naar NetBSD of OpenBSD. - Does &os; support Symmetric Multiprocessing + Ondersteund &os; Symmetrische Multiprocessing (SMP)? - Symmetric multi-processor (SMP) systems are generally - supported by &os;, although in some cases, BIOS or - motherboard bugs may generate some problems. Perusing the - &a.smp; may yield some clues. + Symmetrische multi-processor (SMP) systemen worden + over het algemeen ondersteund op &os;, echter in sommige + gevallen gooien BIOS of moederbord bugs roet in het + eten. Het nazoeken in de &a.smp; kan een aantal + indrukken geven. - &os; will take advantage of HyperThreading (HTT) - support on Intel CPUs that support this feature. A kernel - with the options SMP feature enabled - will automatically detect the additional logical - processors. The default &os; scheduler treats the logical - processors the same as additional physical processors; in - other words, no attempt is made to optimize scheduling - decisions given the shared resources between logical - processors within the same CPU. Because this naive - scheduling can result in suboptimal performance, under - certain circumstances it may be useful to disable the - logical processors with the + &os; maakt gebruikt van HyperThreading (HTT) + ondersteuning op Intel CPU's, mits deze dat ondersteunen. + Een kernel met de options SMP optie + ingeschakeld, zal automatisch de extra logische processoren + detecteren. De standaard &os; scheduler behandeld deze + logische processoren hetzelfde als extra fysieke + processoren, met andere woorden, er wordt geen poging + gedaan om schedule optimalisatie beslissingen te nemen + vanwege de gedeelde bronnen tussen logische processoren + die zich op dezelfde CPU bevinden. Vanwege deze naieve + scheduling kan dit resulteren in suboptimale performance + waar het onder bepaalde voorwaarden nuttiger kan zijn om + de logische processor uit te schakelen met de machdep.hlt_logical_cpus sysctl - variable. It is also possible to halt any CPU in the idle - loop with the machdep.hlt_cpus sysctl - variable. The &man.smp.4; manual page has more - details. + variabele. Het is daarnaast ook mogelijk om elke CPU + te stoppen die zich in de idle-loop bevind, met de + machdep.hlt_cpus sysctl variable. De + &man.smp.4; handleiding heeft hierover meer details. - Hard drives, tape drives, and CD and DVD drives + Harde schijven, tape drives en CD,DVD drives - What kind of hard drives does &os; support? + Welke soort harde schijven ondersteund &os;? - &os; supports EIDE, SATA, SCSI, and SAS drives (with a - compatible controller; see the next section), and all - drives using the original Western Digital - interface (MFM, RLL, ESDI, and of course IDE). A few ESDI - controllers that use proprietary interfaces may not work: - stick to WD1002/3/6/7 interfaces and clones. + &os; ondersteund EIDE, SATA, SCSI en SAS schijven (met + een compatibel controller, zie de volgende sectie), en alle + schijven die de originele Western Digital + interface (MFM, RLL, ESDI en natuurlijk IDE) ondersteunen. + Een aantal ESDI controllers welke proprietary interfaces + gebruiken werken mogelijk niet, blijf bij de + WD1002/3/6/7 interfaces en daarop gebaseerde clonen. - Which SCSI or SAS controllers are supported? + Welke SCSI of SAS controllers worden ondersteund? - See the complete list in the Hardware Notes for &os; + Zie de complete lijst in de Hardware Notes voor &os; &rel.current; - or &rel2.current;. @@ -2420,22 +2440,23 @@ - What types of tape drives are supported? + Welke type tape drives worden ondersteund? - &os; supports SCSI and QIC-36 (with a QIC-02 - interface). This includes 8-mm (aka Exabyte) and DAT - drives. + &os; ondersteund SCSI en QIC-36 (met een QIC-02 + interface). Hieronder vallen 8-mm (aka Exabyte) en + DAT drivers. - Some of the early 8-mm drives are not quite compatible - with SCSI-2, and may not work well with &os;. + Een aantal van de vroege 8-mm drives zijn niet helemaal + compatibel met SCSI-2, en werken daardoor mogelijk niet + helemaal goed met &os;. - Does &os; support tape changers? + Ondersteund &os; tape wisselaars