Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\video-vga.c Create Date:2022-07-28 07:27:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:vga_set_80x43

Proto:static void vga_set_80x43(void)

Type:void

Parameter:Nothing

117  SPDX-License-Identifier: GPL-2.0-or-later
120  ax = 0x1201
121  bl = 0x30
122  intcall(0x10, & ireg, NULL)
125  ax = 0x0003
126  intcall(0x10, & ireg, NULL)
128  vga_set_8font()
Caller
NameDescribe
vga_set_mode