Function report |
Source Code:arch\x86\boot\video-vesa.c |
Create Date:2022-07-28 07:27:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vesa_set_mode
Proto:static int vesa_set_mode(struct mode_info *mode)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mode_info * | mode |
113 | ax = 0x4f01 |
118 | If ax != 0x004f Then Return -1 |
121 | If (mode_attr & 0x15) == 0x05 Then |
123 | is_graphic = 0 |
130 | Else |
131 | Return -1 |
136 | ax = 0x4f02 |
140 | If ax != 0x004f Then Return -1 |
144 | If Not is_graphic Then |
149 | Else |
154 | Return 0 |
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 |