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:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Set basic 80x25 mode

Proto:static u8 vga_set_basic_mode(void)

Type:u8

Parameter:Nothing

44  SPDX-License-Identifier: GPL-2.0-or-later
47  ax = 0x0f00
48  intcall(0x10, & ireg, & oreg)
49  mode = al
51  If mode != 3 && mode != 7 Then mode = 3
55  ax = mode
56  intcall(0x10, & ireg, NULL)
57  Screen contents changed during mode flip = 1
58  Return mode
Caller
NameDescribe
vga_set_mode