OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vga
(Results
1 - 8
of
8
) sorted by null
/build/target/board/vbox_x86/
BoardConfig.mk
19
BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0
vga
=788 verbose
20
BOARD_KERNEL_CMDLINE := init=/init qemu=1 console=ttyS0 console=tty0
vga
=788 verbose androidboot.hardware=vbox_x86 androidboot.console=ttyS0 android.qemud=ttyS1
/external/kernel-headers/original/linux/
vt_buffer.h
18
#include <asm/
vga
.h>
/external/grub/stage2/
boot.c
292
char *
vga
;
local
294
/* Find the substring "
vga
=". */
295
vga
= grub_strstr (arg, "
vga
=");
296
if (
vga
)
298
char *value =
vga
+ 4;
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgaevents.c
26
#include <
vga
.h>
SDL_svgavideo.c
40
#include <
vga
.h>
/external/qemu-pc-bios/vgabios/
clext.c
61
/*
VGA
*/
368
.ascii "cirrus-compatible
VGA
is detected"
373
.ascii "cirrus-compatible
VGA
is not detected"
400
mov ax, #0x0007 ; set
vga
mode
997
cmp ax, #0x100 ;; legacy
VGA
mode
vgabios.c
25
// This
VGA
Bios is specific to the plex86/bochs Emulated
VGA
card.
26
// You can NOT drive any physical
vga
card with it.
33
// This
VGA
Bios contains fonts from :
38
// This
VGA
Bios is based on information taken from :
39
// - Kevin Lawton's
vga
card emulation for bochs/plex86
43
// - Francois Gervais' book "programmation des cartes graphiques cga-ega-
vga
" edited by sybex
189
.ascii "This
VGA
/VBE Bios is released under the GNU LGPL"
218
.byte 0x0 // class,hi:
vga
display
219
.word 0x300 // class,lo:
vga
displa
[
all
...]
/external/qemu-pc-bios/bochs/bios/
rombios.c
[
all
...]
Completed in 331 milliseconds