Home
last modified time | relevance | path

Searched refs:bochs (Results 1 – 12 of 12) sorted by relevance

/external/qemu-pc-bios/
DMakefile28 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 \
41 bochs/config.status bochs/instrument bochs/ltdlconf.h
42 $(MAKE) -C bochs/bios bios-clean
43 $(MAKE) -C bochs/bios dist-clean
DREADME8 + bios.bin: git://git.kernel.org/pub/scm/virt/bochs/bochs.git
10 The file bios.bin is actually BIOS-bochs-latest, which is built from
11 bochs/bios. We used the following commit in the bochs git tree so that
21 of the bochs tree in the git tree above.
/external/qemu/block/
Dbochs.c95 const struct bochs_header *bochs = (const void *)buf; in bochs_probe() local
100 if (!strcmp(bochs->magic, HEADER_MAGIC) && in bochs_probe()
101 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
102 !strcmp(bochs->subtype, GROWING_TYPE) && in bochs_probe()
103 ((le32_to_cpu(bochs->version) == HEADER_VERSION) || in bochs_probe()
104 (le32_to_cpu(bochs->version) == HEADER_V1))) in bochs_probe()
114 struct bochs_header bochs; in bochs_open() local
119 if (bdrv_pread(bs->file, 0, &bochs, sizeof(bochs)) != sizeof(bochs)) { in bochs_open()
123 if (strcmp(bochs.magic, HEADER_MAGIC) || in bochs_open()
124 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
[all …]
/external/qemu-pc-bios/bochs/
DMakefile.in34 plugdir = @libdir@/bochs/plugins
39 docdir = $(datarootdir)/doc/bochs
40 sharedir = $(datarootdir)/bochs
49 MAN_PAGE_1_LIST=bochs bximage bxcommit bochs-dlx
51 INSTALL_LIST_SHARE=bios/BIOS-bochs-* bios/VGABIOS* @INSTALL_LIST_FOR_PLATFORM@
53 INSTALL_LIST_BIN=bochs@EXE@ bximage@EXE@ bxcommit@EXE@
56 INSTALL_LIST_MACOSX=$(INSTALL_LIST_SHARE) $(INSTALL_LIST_DOC) bochs.scpt
65 DLXLINUX_TAR_URL=http://bochs.sourceforge.net/guestos/$(DLXLINUX_TAR)
66 DLXLINUX_ROMFILE=BIOS-bochs-latest
170 BX_INCLUDES = bochs.h config.h osdep.h
[all …]
Dconfig.h.in97 // run the software in bochs you plan to use most. Bochs
Dconfigure37661 PRIMARY_TARGET=bochs.app/.build_plugins # only for carbon application
37663 PRIMARY_TARGET=bochs.app/.build # only for carbon application
/external/qemu-pc-bios/bochs/bios/
DMakefile.in61 bios: biossums BIOS-bochs-latest BIOS-bochs-legacy
72 @RMCOMMAND@ BIOS-bochs-*
74 BIOS-bochs-legacy: rombios.c apmbios.S biossums rombios.h
117 BIOS-bochs-latest: rombios16.bin rombios32.bin
/external/qemu-pc-bios/vgabios/
DREADME30 Edit your plex86/bochs conf file, and modify the load-rom command in the
37 You have to register the "unmapped" device driver in plex86 or bochs, and make
73 - Kevin Lawton's vga card emulation for bochs/plex86
87 For any information on bochs, visit the website http://bochs.sourceforge.net/
178 . Forced to new DISPI (0xb0c1) interface (requires latest bochs vbe code)
181 . Added LFB modes (to be used with the vbe-lfb patch in bochs)
183 . updated TODO & docs for changes after bochs 1.4
192 (>640x480 needs a special bochs patch atm)
195 at least until bochs host side display is up & running)
213 by the unknown-ioport driver of plex/bochs (port 0xfff0 is used)
Dvbe_display_api.txt4 it specifies the bochs host <-> vbebios client communication.
8 between bochs CVS and the vgabios CVS.
55 … - Initial version (based upon extended display text of the vbe bochs display patch)
69 http://bochs.sourceforge.net
132 This parameter can be used to detect the current display API (both bochs & vbebios).
137 This panic can be generated from the bochs display code (NOT the bios, see Notes).
237 use the same bios for both vbe enabled and disabled bochs executables.
DChangeLog1107 return failure - updated todo & docs for things after bochs 1.4
1220 HEAVILY on my bochs vga code patch - japj)
/external/qemu/target-i386/
DTODO14 - improve x87 bit exactness (use bochs code ?)
/external/grub/
DMAINTENANCE24 4. Check the resulted images, for example, using bochs.