- documentation updates (iodev subdirectories)

This commit is contained in:
Volker Ruppert 2012-09-02 10:51:47 +00:00
parent de34274fcb
commit 8863056b7a
2 changed files with 22 additions and 11 deletions

View File

@ -211,7 +211,11 @@ disassembler, tracer, instrumentation.
<row><entry>gui/keymaps</entry><entry>keymaps for the keyboard mapping feature</entry></row>
<row><entry>host</entry><entry>host specific drivers (currently only used by the pcidev kernel module for Linux)</entry></row>
<row><entry>instrument</entry><entry>directory tree for the instrumentation feature</entry></row>
<row><entry>iodev</entry><entry>standard PC devices, PCI devices, lowlevel networking and sound drivers</entry></row>
<row><entry>iodev</entry><entry>standard PC devices, PCI core devices</entry></row>
<row><entry>iodev/hdimage</entry><entry>support for different disk image types and lowlevel cdrom access</entry></row>
<row><entry>iodev/networking</entry><entry>networking devices and lowlevel modules</entry></row>
<row><entry>iodev/sound</entry><entry>sound devices and lowlevel modules</entry></row>
<row><entry>iodev/usb</entry><entry>USB HCs and pluggable devices</entry></row>
<row><entry>memory</entry><entry>memory management and ROM loader</entry></row>
<row><entry>misc</entry><entry>useful utilities (e.g. bximage, bxcommit, niclist)</entry></row>
<row><entry>misc/sb16</entry><entry>tool to control the SB16 emulation from the guest side</entry></row>

View File

@ -44,22 +44,29 @@ Attached devices
|
+---- Hard Drive + ATA controller harddrv.cc
| |
| +---- Hard Drive image support (*) hdimage.cc
| +---- Hard Drive image support (*) hdimage/
| | |
| | +---- Additional Modules vmware3.cc, vmware4.cc, vvfat.cc
| | +---- Core and basic modules hdimage.cc
| | |
| | +---- Additional modules
| | |
| | +---- VMware version 3 vmware3.cc
| | +---- VMware 4 (VMDK) vmware4.cc
| | +---- VirtualPC vpc-img.cc
| | +---- Virtual VFAT vvfat.cc
| |
| +---- CD/DVD-ROM image / device access (*) cdrom.cc
| +---- CD/DVD-ROM image / device access (*) hdimage/cdrom.cc
| |
| +---- Host specific Modules
| |
| +---- Amiga/MorphOS cdrom_amigaos.cc
| +---- Windows cdrom_win32.cc
| +---- Mac OSX cdrom_osx.cc
| +---- Linux and others cdrom_misc.cc
| +---- Amiga/MorphOS hdimage/cdrom_amigaos.cc
| +---- Windows hdimage/cdrom_win32.cc
| +---- Mac OSX hdimage/cdrom_osx.cc
| +---- Linux and others hdimage/cdrom_misc.cc
|
+---- Graphics
+---- Graphics (VGA core) vgacore.cc
| |
| +---- VGA, PCI VGA adapter vga.cc, pci_vga.cc
| +---- VGA adapter with VBE and PCI VGA support vga.cc
| +---- Cirrus Logic PCI/ISA CLGD5446 SVGA adapter svga_cirrus.cc
|
+---- Network support network/
@ -98,8 +105,8 @@ Attached devices
+---- Host Controllers
| |
| +---- USB OHCI adapter usb_ohci.cc
| +---- USB XHCI adapter usb_xhci.cc
| +---- USB UHCI adapter (PIIX3) usb_uhci.cc
| +---- USB xHCI adapter usb_xhci.cc
|
+---- Attached USB devices
| |