diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-26 01:31:36 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-26 01:31:36 +0200 |
commit | 9fbbb4de17883a6b148a6dd098c726bef01a5c1b (patch) | |
tree | 8c070aae4a834fe8780e924fd4fce78e991b4b17 | |
parent | 471e5b080f7790c2cf95e3069d9fed1173c9ec17 (diff) |
Really update README
* README: Network drivers are actually enabled by default.
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -17,9 +17,8 @@ The interface generator `MiG' is no longer part of this distribution. Generic installation instructions may be found in the file INSTALL. -By default, you get a kernel with no device drivers for network devices, -because the Hurd has its own drivers running in userland. Drivers for -IDE and AHCI disks are however included by default. +By default, most drivers for network boards are included, as well as +drivers for IDE, SCSI and AHCI disks. If you want the in-kernel debugger compiled in, specify --enable-kdb to configure. This is only useful if you actually anticipate |