.. |
acpi.cc
|
- simplified PCI config space write debug messages for the current i/o length
|
2009-04-23 15:52:53 +00:00 |
acpi.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
aspi-win32.h
|
dos2unix
|
2010-03-06 21:41:26 +00:00 |
biosdev.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
biosdev.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
busmouse.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
busmouse.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
cdrom_amigaos.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
cdrom_beos.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
cdrom_beos.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
cdrom.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
cdrom.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
cmos.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
cmos.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
crc32.cc
|
32-bit systems have a problem to allocate large amount of physical memory for Bochs simulation which makes simulation with 4G address space virtually impossible. But in most of the cases when 4G physical address space defined - it is not touched by default on every run so it is possible to allocate only really accessed blocks. This commit made all necessary preparations for it.
|
2008-04-17 14:39:33 +00:00 |
crc32.h
|
Style and indent changes
|
2006-03-07 18:16:41 +00:00 |
devices.cc
|
- converted the hdimage stuff to a separate plugin (similar to usb_common)
|
2011-01-12 22:34:42 +00:00 |
devices.txt
|
indent changes
|
2009-12-04 13:21:33 +00:00 |
dma.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
dma.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
eth_arpback.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_fbsd.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_linux.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_null.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_packetmaker.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_packetmaker.h
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_tap.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_tuntap.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_vde.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_vnet.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth_win32.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
eth.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
extfpuirq.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
extfpuirq.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
floppy.cc
|
- added floppy string parameter handler and moved "path" handling there
|
2011-01-18 21:04:44 +00:00 |
floppy.h
|
- added floppy string parameter handler and moved "path" handling there
|
2011-01-18 21:04:44 +00:00 |
gameport.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
gameport.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
guest2host.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
guest2host.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
harddrv.cc
|
- added flag HDIMAGE_AUTO_GEOMETRY and return it by default in base class if
|
2011-01-21 16:00:38 +00:00 |
harddrv.h
|
- added new hdimage method get_capabilities() that can return special flags
|
2010-12-21 21:47:41 +00:00 |
hdimage.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
hdimage.h
|
- added flag HDIMAGE_AUTO_GEOMETRY and return it by default in base class if
|
2011-01-21 16:00:38 +00:00 |
ioapic.cc
|
- fixed some format warnings in the devices code
|
2011-01-02 16:51:08 +00:00 |
ioapic.h
|
APIC ID mask cleanup
|
2010-05-14 12:10:00 +00:00 |
iodebug.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
iodebug.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
iodev.h
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
keyboard.cc
|
- moved mouse parameter handling to the keyboard parameter handler
|
2011-01-20 16:54:42 +00:00 |
keyboard.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
Makefile.in
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
ne2k.cc
|
- fixed compiler warning and big endian issue in "send buffer" command code
|
2010-11-26 15:42:41 +00:00 |
ne2k.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
parallel.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
parallel.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pci2isa.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pci2isa.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pci_ide.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pci_ide.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pci.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pci.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pcidev.cc
|
- removed a bunch of unnecessary io_len checks
|
2009-04-21 17:53:29 +00:00 |
pcidev.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pcipnic.cc
|
- simplified PCI config space write debug messages for the current i/o length
|
2009-04-23 15:52:53 +00:00 |
pcipnic.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pcivga.cc
|
- simplified PCI config space write debug messages for the current i/o length
|
2009-04-23 15:52:53 +00:00 |
pcivga.h
|
- implemented changeable VBE LFB base address (TODO: update PCIBIOS init)
|
2009-04-10 11:10:32 +00:00 |
pic.cc
|
- ignore single mode command 0x02 (386BSD writes it, but works with it ignored)
|
2010-05-18 17:48:48 +00:00 |
pic.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pit82c54.cc
|
- fixed pit behaviour at multibyte count loads (SF patch #2812948)
|
2009-06-30 08:09:38 +00:00 |
pit82c54.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pit_wrap.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pit_wrap.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
pnic_api.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
sb16.cc
|
Move param_names.h into bochs root folder
|
2010-02-26 14:18:19 +00:00 |
sb16.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
scancodes.cc
|
- fixed typo in mf3/ps2 scancode set (SF bug #3140332)
|
2011-01-23 11:44:36 +00:00 |
scancodes.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
scsi_commands.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
scsi_device.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
scsi_device.h
|
- added runtime configuration parameters for USB cdrom drive
|
2009-04-06 15:36:55 +00:00 |
scsidefs.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
scsipt.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
serial_raw.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
serial_raw.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
serial.cc
|
- MSVC warning fixed
|
2011-01-14 22:15:37 +00:00 |
serial.h
|
fixed warnings for win64 compilation
|
2010-11-23 14:59:36 +00:00 |
slowdown_timer.cc
|
Move param_names.h into bochs root folder
|
2010-02-26 14:18:19 +00:00 |
slowdown_timer.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
soundlnx.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
soundlnx.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
soundosx.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
soundosx.h
|
Move param_names.h into bochs root folder
|
2010-02-26 14:18:19 +00:00 |
soundwin.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
soundwin.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
speaker.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
speaker.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
svga_cirrus.cc
|
- fixed some format warnings in the devices code
|
2011-01-02 16:51:08 +00:00 |
svga_cirrus.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
unmapped.cc
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
unmapped.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
usb_common.cc
|
- re-implemented USB port options parameter to assign specific options to the
|
2011-01-16 12:46:48 +00:00 |
usb_common.h
|
- re-implemented USB port options parameter to assign specific options to the
|
2011-01-16 12:46:48 +00:00 |
usb_hid.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
usb_hid.h
|
- added register/unregister methods for removable keyboard devices and updated
|
2009-03-03 18:29:51 +00:00 |
usb_hub.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
usb_hub.h
|
- re-implemented USB port options parameter to assign specific options to the
|
2011-01-16 12:46:48 +00:00 |
usb_msd.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
usb_msd.h
|
- re-implemented USB port options parameter to assign specific options to the
|
2011-01-16 12:46:48 +00:00 |
usb_ohci.cc
|
- gui configuration fixes
|
2011-01-22 16:49:00 +00:00 |
usb_ohci.h
|
- re-implemented USB port options parameter to assign specific options to the
|
2011-01-16 12:46:48 +00:00 |
usb_printer.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
usb_printer.h
|
- init() method added to the USB device class
|
2010-12-05 13:09:41 +00:00 |
usb_uhci.cc
|
- gui configuration fixes
|
2011-01-22 16:49:00 +00:00 |
usb_uhci.h
|
- re-implemented USB port options parameter to assign specific options to the
|
2011-01-16 12:46:48 +00:00 |
vga.cc
|
fixed warnings for win64 compilation
|
2010-11-23 14:59:36 +00:00 |
vga.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
virt_timer.cc
|
Move param_names.h into bochs root folder
|
2010-02-26 14:18:19 +00:00 |
virt_timer.h
|
change copyright to bochs project
|
2009-12-04 19:50:29 +00:00 |
vmware3.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
vmware3.h
|
- added new hdimage method get_capabilities() that can return special flags
|
2010-12-21 21:47:41 +00:00 |
vmware4.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
vmware4.h
|
- added new hdimage method get_capabilities() that can return special flags
|
2010-12-21 21:47:41 +00:00 |
vvfat.cc
|
- including vga.h in iodev.h no longer necessary and symbol NO_DEVICE_INCLUDES
|
2011-01-24 20:35:51 +00:00 |
vvfat.h
|
- file attributes: added support for cleared archive bit
|
2011-01-14 15:37:36 +00:00 |