/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...] |
README | 8 + 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/ |
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/ |
Makefile.in | 34 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-lates [all...] |
bochs.h | 28 // bochs.h is the master header file for all C++ code. It includes all 29 // the system header files needed by bochs, and also includes all the bochs 30 // C++ header files. Because bochs.h and the files that it includes has
|
config.h.in | 97 // run the software in bochs you plan to use most. Bochs 335 // BX_USE_TEXTCONFIG should be set to 1 unless Bochs is compiled 356 // #warning I will import DLL symbols from Bochs main program. 686 // Bochs VBE display interface
|
/external/qemu-pc-bios/vgabios/ |
README | 1 Plex86/Bochs VGABios 5 Bochs and qemu. 13 The Cirrus SVGA extension is designed for the Cirrus emulation in Bochs and 30 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/ 109 . Bochs VBE protected mode interface improved 110 . save/restore video state support for Bochs VBE and standard VGA adde [all...] |
vbe_display_api.txt | 3 This document is part of the Bochs/VBEBios documentation, 4 it specifies the bochs host <-> vbebios client communication. 8 between bochs CVS and the vgabios CVS. 11 This document does not describe how the Bochs display code will display gfx based upon this spec. 16 0xb0c0 supports the following VBE_DISPI_ interfaces (present in Bochs 1.4): 27 0xb0c1 supports 0xb0c0 VBE_DISPI_ interfaces, additional interfaces (present in Bochs 2.0): 34 additional features (present in Bochs 2.1): 55 - Initial version (based upon extended display text of the vbe bochs display patch) 68 [BOCHS] Bochs Open Source IA-32 Emulator a [all...] |
vbe.c | 21 // This VBE is part of the VGA Bios specific to the plex86/bochs Emulated VGA card. 52 .ascii "Bochs/Plex86 VBE(C) 2003 http://savannah.nongnu.org/projects/vgabios/" 56 .ascii "Bochs/Plex86 Developers" 60 .ascii "Bochs/Plex86 VBE Adapter" 68 .ascii "Bochs VBE Display Adapter enabled" 74 .ascii "NO Bochs VBE Support available!" 134 ; (would be simpler to change Bochs VBE API...) [all...] |
ChangeLog | 18 - requires latest Bochs VBE code (16 MB video memory, VBE_DISPI_ID5, VRAM size 126 - VGA compatible setup for VBE modes improved (Bochs hack can be removed now) 208 * Bochs VBE protected mode interface improved 209 * save/restore video state support for Bochs VBE and standard VGA added 210 * Bochs VBE prepared for more modi 224 - Bochs VBE protected mode interface added (based on a patch by malc@pulsesoft.com) 343 - biossums utility for the Bochs BIOS adapted for the LGPL'd VGABIOS 574 - new function dispi_get_max_bpp() returns the bpp capabilities of the Bochs gui 768 - 15 bpp VBE modes added - "Bochs own" mode 0x142 (640x480x32bpp) 1107 return failure - updated todo & docs for things after bochs 1. [all...] |
vbe.h | 207 // BOCHS/PLEX86 'own' mode numbers
|
biossums.c | 1 /* biossums.c --- written by Eike W. for the Bochs BIOS */
|
vbetables-gen.c | 44 /* BOCHS/PLEX86 'own' mode numbers */
|
/external/qemu-pc-bios/bochs/bios/ |
makesym.perl | 6 # table suitable for the Bochs debugger.
|
Makefile.in | 23 # Makefile for the BIOS component of bochs 61 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
|
rombios.h | 67 # define BX_APPNAME "Bochs"
|
rombios32start.S | 5 // 32 bit Bochs BIOS init code
|
acpi-dsdt.dsl | 2 * Bochs/QEMU ACPI DSDT ASL definition 49 table of the Bochs BIOS */
|
apmbios.S | 1 // APM BIOS support for the Bochs BIOS
|
/external/qemu/target-i386/ |
TODO | 14 - improve x87 bit exactness (use bochs code ?)
|
/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) */
|
pc.c | 47 /* output Bochs bios info messages */ 278 /* various important CMOS locations needed by PC/Bochs bios */ 417 /* Bochs BIOS debug ports */ 425 /* Bochs BIOS messages */ 437 /* same as Bochs power off */ [all...] |
/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
|