代码搜索:VESA
找到约 479 项符合「VESA」的源代码
代码结果 479
www.eeworm.com/read/384435/8868899
com vesa.com
www.eeworm.com/read/182126/9215564
vesa readme.vesa
Notes for the VESA driver:
The driver's autodetection is disabled by default, so in order to use it,
the line
chipset VESA
must be added to the config file (usually /etc/vga/libvga.config).
The err
www.eeworm.com/read/182126/9215833
c vesa.c
/*
*/
#include
#include /* for printf */
#include /* for memset */
#include
#include /* for mmap */
#include "vga.h"
#include "libvga.h"
#i
www.eeworm.com/read/182126/9216099
o vesa.o
www.eeworm.com/read/470672/6905692
cpp vesa.cpp
#include "vesa.h"
VIDEO_VESA::VIDEO_VESA(void)
{
addr = 0;
info_block.AllocateMem(512);
if(GetControllerInfo() == VESA_PASS)
{
if(GetVersion() >= 2.0)
vesa20
www.eeworm.com/read/470672/6905705
h vesa.h
#ifndef VESA_H
#define VESA_H
#include "dos_mem.h"
const int VESA_CONTROLLER_INFO = 0x4f00;
const int VESA_MODE_INFO = 0x4f01;
const int VESA_SET_MODE = 0x4f02;
const int VE
www.eeworm.com/read/450111/7490706
cpp vesa.cpp
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/450111/7490744
h vesa.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f
www.eeworm.com/read/197809/7969887