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

  /external/qemu-pc-bios/
Makefile 26 all: bios.bin vgabios-cirrus.bin
28 bochs/bios/Makefile:
31 bios.bin: bochs/bios/Makefile
32 $(MAKE) -C bochs/bios
33 $(CP) bochs/bios/BIOS-bochs-latest $@
42 $(MAKE) -C bochs/bios bios-clean
43 $(MAKE) -C bochs/bios dist-clea
    [all...]
  /prebuilts/qemu-kernel/x86/pc-bios/
Android.mk 19 LOCAL_MODULE := bios.bin
24 LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-bios
33 LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-bios
  /external/qemu-pc-bios/vgabios/
Makefile 17 all: bios cirrus-bios
20 bios: biossums vgabios.bin vgabios.debug.bin
22 cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin
28 bios-clean:
34 VGABIOS_VERS=\"-DVGABIOS_VERS=\\\"$(RELVERS)\\\"\" make bios cirrus-bios
vgabios.c 25 // This VGA Bios is specific to the plex86/bochs Emulated VGA card.
33 // This VGA Bios contains fonts from :
38 // This VGA Bios is based on information taken from :
143 .byte 0x55, 0xaa /* BIOS signature, required for BIOS extensions */
145 .byte 0x40 /* BIOS extension length in units of 512 bytes */
189 .ascii "This VGA/VBE Bios is released under the GNU LGPL"
220 .word 0x40 // bios size
238 ;; init basic bios vars
447 * Boot time bios area inits
    [all...]
  /external/qemu-pc-bios/bochs/bios/
usage.cc 35 unsigned char bios[65536]; variable
48 fprintf(stderr, "Usage: usage bios-file org-file\n");
65 retval = read(bios_file, &bios[index], to_read);
67 fprintf(stderr, "problem reading bios file\n");
73 printf("bios file read in OK\n");
82 if (bios[offset] != 0) break;
88 if (bios[last_org] == 0)
rombios.c 27 // ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
30 // ROM BIOS compatability entry points:
74 // the bios will panic otherwise
166 // 1K of base memory used for Extended Bios Data Area (EBDA)
167 // EBDA is used for PS/2 mouse support, and IDE BIOS, etc.
196 # error PCI BIOS can only be used with 386+ cpu
199 # error APM BIOS can only be used with 386+ cpu
240 ;; with a message such as "BIOS panic at rombios.c, line 4091".
615 // and BIOS Data Area
680 // map between (bios hd id - 0x80) and ata channel
    [all...]
  /build/target/product/
full_x86.mk 35 # Ensure we package the BIOS files too.
37 bios.bin \
  /development/build/
product_sdk.mk 34 bios.bin \
  /sdk/build/
tools.atree 69 usr/share/pc-bios/bios.bin tools/lib/pc-bios/bios.bin
70 usr/share/pc-bios/vgabios-cirrus.bin tools/lib/pc-bios/vgabios-cirrus.bin
  /external/grub/
Android.mk 68 stage2/bios.c \
  /external/kernel-headers/original/linux/
apm_bios.h 5 * Include file for the interface to an APM BIOS
51 struct apm_bios_info bios; member in struct:apm_info
187 * This is the "All Devices" ID communicated to the BIOS
  /external/e2fsprogs/lib/ext2fs/
dosio.c 15 #include <bios.h>
  /external/qemu-pc-bios/bochs/
bochs.h 440 bx_bool bios; member in struct:__anon27536
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 678 milliseconds