Add the mem and null devices now that they are optional.

This commit is contained in:
marcel 2004-08-02 17:53:06 +00:00
parent e8f394bb69
commit 3dfc568f70

View File

@ -56,6 +56,8 @@ device pci # PCI bus support
device ether # Ethernet support
device loop # Network loopback
device md # Memory "disks"
device mem # Memory and kernel memory devices
device null # Null and zero devices
device pty # Pseudo-ttys (telnet etc)
device random # Entropy device
device tun # Packet tunnel.