代码搜索:vga_init

找到约 16 项符合「vga_init」的源代码

代码结果 16
www.eeworm.com/read/118352/14875684

h arch.h

/* * Copyright 2002. * */ #include #include #include #include /* * @ Help macro * 辅助宏 * */ #d
www.eeworm.com/read/182126/9215611

c dumpreg.c

#include int main (void) { /* We can't call vga_init, because register dumping should work */ /* from within X, and vga_init will exit in that case. */ vga_init(); vga_dumpregs ();
www.eeworm.com/read/143389/12879150

h vga.h

#ifndef __BIOS_VGA_H #define __BIOS_VGA_H void vga_init(void); void con_get_params(unsigned long *xp, unsigned long *yp, unsigned long *colsp, unsigned long *rowsp); void vga_print(const char *
www.eeworm.com/read/312645/3650648

c scr_svga.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * Microwindows Screen Driver using SVGA Library * * This driver requires the following SVGA entry points: * vga_init, v
www.eeworm.com/read/135076/5890325

c wcc.c

#include static videoconfig vconf; void vga_init(int mode) { if (mode == 1) // graphics mode { if (_setvideomode(_XRES16COLOR) == _UNKNOWN && _setvideomode(_SVRES16COLOR) =
www.eeworm.com/read/135153/5887182

c scr_svga.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * Microwindows Screen Driver using SVGA Library * * This driver requires the following SVGA entry points: * vga_init, vga_set
www.eeworm.com/read/125811/6021721

c scr_svga.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * Microwindows Screen Driver using SVGA Library * * This driver requires the following SVGA entry points: * vga_init, vga_set
www.eeworm.com/read/169937/5408588

c scr_svga.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * Microwindows Screen Driver using SVGA Library * * This driver requires the following SVGA entry points: * vga_init, vga_set
www.eeworm.com/read/414605/2143534

c scr_svga.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * Microwindows Screen Driver using SVGA Library * * This driver requires the following SVGA entry points: * vga_init, vga_set
www.eeworm.com/read/398200/2382885

c scr_svga.c

/* * Copyright (c) 1999, 2000, 2001 Greg Haerr * * Microwindows Screen Driver using SVGA Library * * This driver requires the following SVGA entry points: * vga_init, vga_set