Function report |
Source Code:arch\x86\boot\video-vga.c |
Create Date:2022-07-28 07:27:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Note: this probe includes basic information required by all* systems. It should be executed first, by making sure* video-vga.c is listed first in the Makefile.
Proto:static int vga_probe(void)
Type:int
Parameter:Nothing
233 | static const char * card_name[] = {"CGA/MDA/HGC", "EGA", "VGA"} |
236 | static struct mode_info * mode_lists[] = {cga_modes, ega_modes, SPDX-License-Identifier: GPL-2.0-only, } |
241 | static int mode_count[] = {Useful macros (cga_modes), Useful macros (ega_modes), Useful macros (SPDX-License-Identifier: GPL-2.0-only), } |
251 | ax = 0x1200 |
252 | bl = 0x10 |
260 | If bl != 0x10 Then |
273 | Else |
279 | Return mode_count[0=CGA/MDA/HGC, 1=EGA, 2=VGA+ ] |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |