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

  /external/qemu-pc-bios/
Makefile 28 bochs/bios/Makefile:
29 cd bochs && ./configure
31 bios.bin: bochs/bios/Makefile
32 $(MAKE) -C bochs/bios
33 $(CP) bochs/bios/BIOS-bochs-latest $@
40 rm -rf bochs/Makefile bochs/build bochs/config.h bochs/config.log
    [all...]
  /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"
95 const struct bochs_header *bochs = (const void *)buf; local
100 if (!strcmp(bochs->magic, HEADER_MAGIC) &&
101 !strcmp(bochs->type, REDOLOG_TYPE) &&
102 !strcmp(bochs->subtype, GROWING_TYPE) &&
103 ((le32_to_cpu(bochs->version) == HEADER_VERSION) ||
104 (le32_to_cpu(bochs->version) == HEADER_V1))
114 struct bochs_header bochs; local
    [all...]
  /external/qemu-pc-bios/bochs/
configure 734 ac_unique_file="bochs.h"
    [all...]

Completed in 1423 milliseconds