HomeSort by relevance Sort by last modified time
    Searched full:bochs (Results 1 - 7 of 7) sorted by null

  /external/qemu/block/
bochs.c 2 * Block driver for the various disk image formats used by Bochs
31 #define HEADER_MAGIC "Bochs Virtual HD Image"
43 char magic[32]; // "Bochs Virtual HD Image"
63 char magic[32]; // "Bochs Virtual HD Image"
97 const struct bochs_header *bochs = (const void *)buf; local
102 if (!strcmp(bochs->magic, HEADER_MAGIC) &&
103 !strcmp(bochs->type, REDOLOG_TYPE) &&
104 !strcmp(bochs->subtype, GROWING_TYPE) &&
105 ((le32_to_cpu(bochs->version) == HEADER_VERSION) ||
106 (le32_to_cpu(bochs->version) == HEADER_V1))
116 struct bochs_header bochs; local
    [all...]
  /external/grub/
MAINTENANCE 24 4. Check the resulted images, for example, using bochs.
  /external/qemu/hw/
cdrom.c 39 /* same toc as bochs. Return -1 if error or the toc length */
pci.h 48 /* QEMU/Bochs VGA (0x1234) */
usb-hid.c 74 /* mostly the same values as the Bochs USB Mouse device */
  /external/qemu/
Changelog 170 - Moved PCI init, MP table init and ACPI table init to Bochs BIOS
364 - added Bochs VESA VBE support
438 - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
qemu-options.hx 480 Standard VGA card with Bochs VBE extensions. If your guest OS
659 Disable boot signature checking for floppy disks in Bochs BIOS. It may
    [all...]

Completed in 219 milliseconds