TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
Macros | Fonctions
Référence du fichier vesa.c
#include <fs/devfs.h>
#include <types.h>
#include <klog.h>
#include <ioports.h>
#include <pci.h>
#include <pci_config.h>
#include <memory.h>
#include <pagination.h>
#include <vmm.h>
#include <vesa_types.h>
#include <klibc/string.h>
Graphe des dépendances par inclusion de vesa.c:

Macros

#define VBE_DISPI_IOPORT_INDEX   0x01CE
 
#define VBE_DISPI_IOPORT_DATA   0x01CF
 
#define VBE_DISPI_INDEX_ID   0x0
 
#define VBE_DISPI_INDEX_XRES   0x1
 
#define VBE_DISPI_INDEX_YRES   0x2
 
#define VBE_DISPI_INDEX_BPP   0x3
 
#define VBE_DISPI_INDEX_ENABLE   0x4
 
#define VBE_DISPI_INDEX_BANK   0x5
 
#define VBE_DISPI_INDEX_VIRT_WIDTH   0x6
 
#define VBE_DISPI_INDEX_VIRT_HEIGHT   0x7
 
#define VBE_DISPI_INDEX_X_OFFSET   0x8
 
#define VBE_DISPI_INDEX_Y_OFFSET   0x9
 
#define VBE_DISPI_DISABLED   0x00
 
#define VBE_DISPI_ENABLED   0x01
 
#define VBE_DISPI_GETCAPS   0x02
 
#define VBE_DISPI_8BIT_DAC   0x20
 
#define VBE_DISPI_LFB_ENABLED   0x40
 
#define VBE_DISPI_NOCLEARMEM   0x80
 
#define V_BACKBUFFER_BASE   0x10000000
 

Fonctions

void init_vesa ()
 

Description détaillée

Auteur
TacOS developers

LICENSE

Copyright (C) 2010-2014 TacOS developers.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/copyleft/gpl.html

You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses.

DESCRIPTION

VBE driver.

Voir également
http://wiki.osdev.org/Bochs_VBE_Extensions